Skip to content

Commit

Permalink
github actions are sometimes stupid (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu authored Jun 6, 2024
1 parent 488042b commit 19a1470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
uses: ./.github/workflows/_release_rust.yml
with:
base: ${{ github.event.inputs.base }}
dry_run: ${{ github.event.inputs.dry_run }}
dry_run: ${{ github.event.inputs.dry_run == true }}
secrets: inherit
call-release-python-workflow:
name: _Release 3 - Publish python to pypi
uses: ./.github/workflows/_release_python.yml
with:
base: ${{ github.event.inputs.base }}
dry_run: ${{ github.event.inputs.dry_run }}
dry_run: ${{ github.event.inputs.dry_run == true }}
secrets: inherit
call-release-github-workflow:
name: _Release 4 - Publish to Github
Expand Down

0 comments on commit 19a1470

Please sign in to comment.