Skip to content

Commit

Permalink
Tweaks to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Godbolt committed Sep 20, 2021
1 parent 87075d2 commit c98251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build
run: cargo build --release --verbose
- name: Ensure version is correct
run: cargo run --release -- --version | grep "$(echo $GITHUB_REF | cut -d / -f 3)"
run: cargo run --release -- --version | grep "$(echo $GITHUB_REF | cut -d / -f 3 | cut -d v -f 2)"
- uses: actions/upload-artifact@v2
with:
name: rizzy
Expand Down

0 comments on commit c98251b

Please sign in to comment.