Skip to content

Commit

Permalink
I hate gh actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Dec 15, 2024
1 parent 2517ca2 commit 6f4094a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
tool: cargo-bump
- name: Update version
run: cargo-bump "${{ github.ref_name }}"
run: cargo-bump bump "${{ github.ref_name }}"
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
tool: cargo-bump
- name: Update version
run: cargo-bump "${{ github.ref_name }}"
run: cargo-bump bump "${{ github.ref_name }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit 6f4094a

Please sign in to comment.