Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Update npmPublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamm authored Jan 9, 2025
1 parent 1ec3e16 commit 353eab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
scope: '@sweet-security'
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public
- run: npm unpublish
# - run: npm run build
# - run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.SWEET_SECURITY_NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.SWEET_SECURITY_NPM_TOKEN}}

0 comments on commit 353eab5

Please sign in to comment.