Skip to content

Commit

Permalink
Update publish-rolling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Nov 29, 2023
1 parent b25fd20 commit 86040c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
npm version --no-git-tag-version $build_version
echo ::set-output name=BUILD_VERSION::$build_version
- name: Use @${{ github.actor }} scope
- name: Use @jesec scope
run: |
jq '.name = "@${{ github.actor }}/flood"' package.json > package.new.json
jq '.name = "@jesec/flood"' package.json > package.new.json
mv package.new.json package.json
- run: npm pack
Expand Down

0 comments on commit 86040c2

Please sign in to comment.