Skip to content

Commit

Permalink
- Fixed pacakge visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Dec 8, 2023
1 parent fbf33bc commit 0799109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ jobs:
CURRENT_VERSION: ${{ steps.package-version.outputs.currentVersion }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
if: $CURRENT_VERSION != ${{ needs.version.outputs.semver }}
run: npm publish
run: npm publish --access=public


0 comments on commit 0799109

Please sign in to comment.