Skip to content

Commit

Permalink
Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
benVigie committed Nov 23, 2024
1 parent 0af4165 commit 5b2e33a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
# - run: npm publish
- run: echo "Name: ${{ github.event.release.name }} Description: ${{ github.event.release.body }} Tag: ${{github.event.release.tag_name}}"
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 5b2e33a

Please sign in to comment.