Skip to content

Commit

Permalink
ci: fix empty package being published
Browse files Browse the repository at this point in the history
  • Loading branch information
justintaddei committed Sep 11, 2024
1 parent 486f024 commit 054ee66
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 @@ -36,7 +36,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: pnpm install --frozen-lockfile
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
- run: pnpm run lint && pnpm run test && pnpm run build && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 054ee66

Please sign in to comment.