This is broken because I have consummate vs

This commit is contained in:
John Doty 2024-08-15 11:52:50 -07:00
parent 666456e456
commit 241e8e1eea

View file

@ -25,14 +25,6 @@ jobs:
run: |
echo "version is: $VERSION"
- name: Check that tag version and Cargo.toml version are the same
shell: bash
run: |
if ! grep -q "version = \"$VERSION\"" Cargo.toml; then
echo "version does not match Cargo.toml" >&2
exit 1
fi
- name: Create GitHub release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}