Skip to content

Commit

Permalink
[fix:(ci-cd)]: Fix release action cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhdang198 committed Feb 22, 2024
1 parent 9a48323 commit 4baadb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
node-version: '18.3.0'
registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4baadb7

Please sign in to comment.