Skip to content

Commit

Permalink
chore: fix release-please.yml
Browse files Browse the repository at this point in the history
Release-As: 0.0.8
  • Loading branch information
bn3t committed Oct 16, 2024
1 parent a60406a commit 42a1480
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 @@ -28,7 +28,7 @@ jobs:
- run: npm install npm@latest -g
- run: npm ci && npm run build
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 42a1480

Please sign in to comment.