Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SEMilfred authored Oct 16, 2023
1 parent 1e185dd commit f487dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
- run: npm install
env:
NODE_AUTH_TOKEN: ${{github.token}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm ci
- run: npm test

Expand All @@ -36,8 +36,8 @@ jobs:
registry-url: https://npm.pkg.github.com/
- run: npm install
env:
NODE_AUTH_TOKEN: ${{github.token}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{github.token}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f487dff

Please sign in to comment.