Skip to content

Commit

Permalink
fix: Enable releasing v3 to npm under canary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
steveukx committed Jan 18, 2022
1 parent 39fa9fe commit 14e233f
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 @@ -31,7 +31,7 @@ jobs:
- run: yarn workspace simple-git build
if: ${{ steps.release.outputs.release_created }}

- run: npm publish --dry-run ./simple-git/dist
- run: npm publish ./simple-git/dist
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 14e233f

Please sign in to comment.