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
dgmjr authored Oct 7, 2023
1 parent 482a093 commit df22f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test

publish-gpr:
needs: build
Expand Down Expand Up @@ -56,5 +55,6 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.PROGET_API_TOKEN}}

0 comments on commit df22f0d

Please sign in to comment.