Skip to content

Commit

Permalink
ci: fix publish-rolling.yml (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Nov 29, 2023
1 parent 2751b54 commit a4dd536
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 @@ -34,9 +34,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 a4dd536

Please sign in to comment.