Skip to content

Commit

Permalink
[Release] Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 30, 2024
1 parent 76a663e commit d924541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: version=$(grep -m 1 version Cargo.toml | tr -s ' ' | tr -d '"' | tr -d "'")
- name: Check git tag
run: |
git rev-parse ${{ env.version }} || exit 0
git rev-parse ${{ env.version }} || exit 0
exit 1
build:
runs-on: ${{ matrix.host_os }}
Expand Down

0 comments on commit d924541

Please sign in to comment.