Skip to content

Commit

Permalink
ci: only publish on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eoaksnes committed Jan 8, 2024
1 parent df07a39 commit 29396a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

publish-packages:
needs: release-please
if: ${{ needs.release-please.outputs.releases_created }}
if: ${{ needs.release-please.outputs.releases_created == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 29396a2

Please sign in to comment.