Skip to content

Commit

Permalink
ci: fix bad output
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Jul 4, 2024
1 parent e5c261f commit 614841b
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 @@ -49,7 +49,7 @@ jobs:
needs:
- tests
outputs:
release_created: ${{ steps.release.release_created }}
releases_created: ${{ steps.release.releases_created }}
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
Expand All @@ -62,7 +62,7 @@ jobs:
name: Publish to pypi
needs:
- release
if: needs.release.outputs.release_created
if: needs.release.outputs.releases_created
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 614841b

Please sign in to comment.