Skip to content

Commit

Permalink
ci: only calculate release versions if release please detects a versi…
Browse files Browse the repository at this point in the history
…on commit
  • Loading branch information
hf authored Feb 8, 2024
1 parent 5d05871 commit fe98141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 0

- if: ${{ steps.release.outputs }}
- if: ${{ steps.release.outputs.release_created == 'true' || steps.release.outputs.prs_created == 'true' }}
id: versions
run: |
set -ex
Expand Down

0 comments on commit fe98141

Please sign in to comment.