Skip to content

Commit

Permalink
Temporary disable step
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 17, 2024
1 parent 01c5e12 commit 29d8f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Check that tag version and Cargo.toml version are the same
if: false
shell: bash
run: |
if ! grep -q "version = \"$VERSION\"" Cargo.toml; then
Expand Down

0 comments on commit 29d8f7d

Please sign in to comment.