Skip to content

Commit

Permalink
fix: set public in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
infodusha committed Sep 4, 2023
1 parent f653168 commit 9613d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm run test
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --provenance
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 9613d5e

Please sign in to comment.