Skip to content

Commit

Permalink
change action used to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
crswll committed May 5, 2024
1 parent 62968ac commit 3b84405
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node-version: 20.x
- run: npm ci
- run: npm test
- uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3b84405

Please sign in to comment.