Skip to content

Commit

Permalink
set release version during build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 19, 2024
1 parent 44f1108 commit 30533db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.3

- name: Set release version
uses: dtolnay/rust-toolchain@stable
with:
command: set-version $GITHUB_REF_NAME

- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
Expand Down

0 comments on commit 30533db

Please sign in to comment.