Skip to content

Commit

Permalink
Merge pull request #7 from flagbit/develop
Browse files Browse the repository at this point in the history
fix: Add missing access-flag to publish command
  • Loading branch information
mralexandernickel authored Mar 10, 2021
2 parents b9f91d9 + 0efef2b commit c7c4d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit c7c4d01

Please sign in to comment.