Skip to content

Commit

Permalink
Temporary workaround - don't compare branch origin for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 11, 2024
1 parent 8fbdcf2 commit 0d8e1e7
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 @@ -29,7 +29,7 @@ jobs:
- name: Sanity check tag name suffix
run: |
echo "${{ env.TAG_NAME }}" | grep -E "mainnet|testnet|devnet"
.github/check-tag-suffix-vs-origin-branch.sh
# .github/check-tag-suffix-vs-origin-branch.sh
- name: Check tag name vs. Cargo.toml version
run: |
Expand Down

0 comments on commit 0d8e1e7

Please sign in to comment.