Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksandr-Kasko-JazzTeam committed Feb 29, 2024
1 parent ec2a28f commit ae95d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: |
npm publish
npm version patch
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}}
- name: Push updated version
run: |
git config --global user.name "github_ci"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
],
"scripts": {
"build": "tsc",
"prepublish": "npm version patch",
"publish": "npm run build && npm run test && npm publish",
"test": "mocha"
},
Expand Down

0 comments on commit ae95d4c

Please sign in to comment.