Skip to content

Commit

Permalink
fix: publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Mar 19, 2023
1 parent f43f44a commit 4292ea4
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 @@ -32,7 +32,7 @@ jobs:
./bin/copy-templates.sh
pnpm pkg set version=$(pnpm pkg get version | jq -r) -ws
if: ${{ steps.release.outputs.release_created }}
- run: pnpm publish
- run: pnpm run publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 4292ea4

Please sign in to comment.