Skip to content

Commit

Permalink
fix: version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Oct 23, 2024
1 parent 0ff53da commit 0badd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Update Cargo Version
env:
VERSION: ${{ github.head_ref || github.ref_name }}
run: cargo set-version ${{ env.VERSION }}
- name: Build
run: cargo build --release --target ${{ matrix.target }}
- name: Upload artifact
Expand Down
1 change: 1 addition & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ branches:
- name: "development"
prerelease: "rc"
channel: "false"
tagFormat: "${version}"

0 comments on commit 0badd03

Please sign in to comment.