Skip to content

Commit

Permalink
update actions for release 10
Browse files Browse the repository at this point in the history
  • Loading branch information
akoziarz committed Jan 30, 2024
1 parent dc19add commit cd4b051
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.PERSONAL_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
npm publish

0 comments on commit cd4b051

Please sign in to comment.