Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uintgroup authored Aug 11, 2023
1 parent acfdd3a commit deebc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test
# - run: npm test

publish-gpr:
needs: build
Expand All @@ -33,4 +33,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.FINEGRAINED_ACCESS_TOKEN}}

0 comments on commit deebc73

Please sign in to comment.