Skip to content

Commit

Permalink
fix: change package name and version, add unpublish to action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kalachikov committed Jun 12, 2024
1 parent 5a88455 commit d888027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ 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}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vc-modules-front-hotjar",
"version": "1.0.13",
"name": "@virto-commerce/front-modules-hotjar",
"version": "1.0.0",
"main": "index.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit d888027

Please sign in to comment.