Skip to content

Commit

Permalink
Added dryrun flag as now required for release (#1639)
Browse files Browse the repository at this point in the history
Added dryrun flag as now required
  • Loading branch information
miratepuffin authored Jun 5, 2024
1 parent a7733d0 commit 5e886d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
call-release-rust-workflow:
name: _Release 2 - Publish Rust package to crates.io
uses: ./.github/workflows/_release_rust.yml
with:
base: ${{ github.event.inputs.base }}
dry_run: ${{ github.event.inputs.dry_run }}
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 }}
secrets: inherit
call-release-github-workflow:
name: _Release 4 - Publish to Github
Expand Down

0 comments on commit 5e886d7

Please sign in to comment.