Skip to content

Commit

Permalink
Publish the package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriLojda authored Jun 9, 2023
1 parent 4e6edfa commit 8f3a51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: get_version
uses: battila7/get-version-action@v2
- run: npm --no-git-tag-version version ${{ steps.get_version.outputs.version-without-v }}
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }}
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 8f3a51e

Please sign in to comment.