Skip to content

Commit 0b636a3

Browse files
fix conditional job
1 parent cfaefdc commit 0b636a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
compress_sign_and_upload:
2323
needs: [release_please]
24+
if: ${{ needs.release_please.outputs.release_created }}
2425
runs-on: ubuntu-latest
2526
steps:
2627
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)