Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdabcd987 committed Dec 28, 2023
1 parent 2ad66ae commit 581b7fd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- if: ${{ steps.release.outputs.release_created }}
uses: ./.github/workflows/release_wheel.yml
secrets: inherit
id: release
outputs:
release_created: ${{ steps.release.outputs.release_created }}

wheel:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
uses: ./.github/workflows/release_wheel.yml
secrets: inherit

0 comments on commit 581b7fd

Please sign in to comment.