Skip to content

Commit

Permalink
fixup! Setup release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed May 21, 2023
1 parent d1063c2 commit 144d320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: >-
cargo smart-release --update-crates-index
--no-changelog-preview --allow-fully-generated-changelogs
--no-bump-on-demand --bump ${{ inputs.bump }} --bump-dependencies auto
--bump ${{ inputs.bump }} --bump-dependencies auto
${{ inputs.execute && '--execute' || '--dry-run-cargo-publish' }}
hydroflow hydroflow_*
env:
Expand Down

0 comments on commit 144d320

Please sign in to comment.