Skip to content

Commit

Permalink
Merge pull request #8 from leapwallet/update/release-workflow
Browse files Browse the repository at this point in the history
update release workflow
  • Loading branch information
baryon2 authored Sep 27, 2024
2 parents a0369a5 + dba5034 commit 706569d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: yarn build
- run: yarn publish --non-interactive --no-git-tag-version --new-version=${NEW_VERSION:1}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

publish-github-registry:
needs: [test]
Expand Down

0 comments on commit 706569d

Please sign in to comment.