Skip to content

Commit

Permalink
ci: No confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Jul 31, 2024
1 parent 9a48538 commit f352bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Get tags
run: git fetch --tags origin
- shell: bash
run: cargo binstall cargo-edit
run: cargo binstall --no-confirm cargo-edit
- shell: bash
run: cargo binstall --locked cocogitto
run: cargo binstall --no-confirm --locked cocogitto
- id: previous_version
run: |
cog get-version | tee .version
Expand Down

0 comments on commit f352bb2

Please sign in to comment.