Skip to content

Commit

Permalink
ci check release version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Jun 27, 2024
1 parent 2adf0ce commit df0ade9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- run: rustup update --no-self-update stable && rustup default stable
- run: cargo fmt --check
- run: cargo build --release --locked

- name: check version
run: ./macmon -V | grep "${GITHUB_REF_NAME#v}" || exit 1
- name: archiving
id: archive
run: |
Expand Down

0 comments on commit df0ade9

Please sign in to comment.