Skip to content

Commit

Permalink
fixup! tmp: always run release action
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Mar 19, 2024
1 parent 82ad08d commit 7b41c50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: verify version matches
shell: bash
run: grep -q 'version = "${{ github.ref_name }}"' Cargo.toml || { echo version mismatch >&2 && exit 1; }
- name: create release
run: gh release create ${{ github.ref_name }} --draft --verify-tag --title ${{ github.ref_name }}

Expand Down

0 comments on commit 7b41c50

Please sign in to comment.