Skip to content

Commit

Permalink
fix: unpublish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kalachikov committed Jun 12, 2024
1 parent d888027 commit a066d63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
node-version: 20.11.0
registry-url: https://registry.npmjs.org/
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm unpublish vc-modules-front-hotjar --force
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit a066d63

Please sign in to comment.