Skip to content

Commit

Permalink
ci: missing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Jul 5, 2024
1 parent 8e43787 commit 661f64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
needs:
- tests
outputs:
releases_created: ${{ steps.release.releases_created }}
release_created: ${{ steps.release.outputs.release_created }}
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
Expand All @@ -63,7 +63,7 @@ jobs:
name: Publish to pypi
needs:
- release
if: needs.release.outputs.releases_created
if: needs.release.outputs.release_created
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 661f64b

Please sign in to comment.