Skip to content

Commit

Permalink
ci: no --no-confirm flag for cargo publish
Browse files Browse the repository at this point in the history
This isn't a flag.
  • Loading branch information
domodwyer committed Aug 21, 2024
1 parent 3b32069 commit 8dd49fc
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 @@ -64,4 +64,4 @@ jobs:

- name: Publish crate
if: ${{ env.CARGO_REGISTRY_TOKEN != '' }}
run: cargo publish --no-confirm
run: cargo publish

0 comments on commit 8dd49fc

Please sign in to comment.