Skip to content

Commit 571b338

Browse files
authored
ci
1 parent e2b336b commit 571b338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- macos-latest
226226
- windows-latest
227227
python-version: ["3.9", "3.10", "3.11", "3.12"]
228-
if: ${{ needs.release.outputs.release_created }}
228+
if: ${{ needs.release-please.outputs.release_created }}
229229
steps:
230230
- uses: actions/download-artifact@v4
231231
with:
@@ -250,7 +250,7 @@ jobs:
250250
- macos-latest
251251
- windows-latest
252252

253-
if: ${{ needs.release.outputs.release_created }}
253+
if: ${{ needs.release-please.outputs.release_created }}
254254
permissions:
255255
# IMPORTANT: this permission is mandatory for trusted publishing
256256
id-token: write

0 commit comments

Comments
 (0)