Skip to content

Commit

Permalink
fix: revert to release-please outputs in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues authored Dec 13, 2024
1 parent 7e1a830 commit 34733ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
- macos-latest
- windows-latest
python-version: ["3.9", "3.10", "3.11", "3.12"]
if: ${{ needs.release.outputs.release_created }}
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -251,7 +251,7 @@ jobs:
- macos-latest
- windows-latest

if: ${{ needs.release.outputs.release_created }}
if: ${{ needs.release-please.outputs.release_created }}
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down

0 comments on commit 34733ba

Please sign in to comment.