This is broken because I have consummate vs
This commit is contained in:
parent
666456e456
commit
241e8e1eea
1 changed files with 0 additions and 8 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -25,14 +25,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "version is: $VERSION"
|
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
|
- name: Create GitHub release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue