Skip to content

Commit

Permalink
Merge pull request #69 from vietmap-company/configureNPMAutoRelease
Browse files Browse the repository at this point in the history
[fix:(ci-cd)]: Fix release action cicd
  • Loading branch information
thanhdt-vietmap authored Feb 22, 2024
2 parents 4ae2485 + 4baadb7 commit 10b56f8
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 10b56f8

Please sign in to comment.