Skip to content

Commit

Permalink
publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
supun-io committed Nov 13, 2024
1 parent 2590818 commit 9bcae9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{ secrets.HYVOR_ORG_NPM_TOKEN }}
VERSION: ${{ github.ref_name }}
run: |
npm ci
npm run package
npm version ${{ github.ref_name }}
npm version $VERSION
npm publish

0 comments on commit 9bcae9e

Please sign in to comment.