Skip to content

Commit

Permalink
Merge pull request #3 from Dentity-Development/fix/github-action-rele…
Browse files Browse the repository at this point in the history
…ase-step

ci(release-package): update release step to publish npm package
  • Loading branch information
thangddvmo authored Oct 9, 2024
2 parents 0074147 + 039b413 commit 346a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish
run: npm publish --//registry.npmjs.org/:_authToken="${{ secrets.NPM_TOKEN }}"
run: npm publish --access public --//registry.npmjs.org/:_authToken="${{ secrets.NPM_TOKEN }}"

0 comments on commit 346a7fb

Please sign in to comment.