Actions Path Fix + 2.0.1 Release
This commit is contained in:
parent
40e142ccc7
commit
b10455a30f
3 changed files with 3 additions and 3 deletions
.forgejo/workflows
|
@ -16,7 +16,7 @@ jobs:
|
|||
run: echo Placeholder Job
|
||||
- name: Check if Version in Cargo.toml matches Tag
|
||||
run: |
|
||||
VERSION=$(cat src/Cargo.toml | grep -E "(^|\|)version =" | cut -f2- -d= | tr -d \" | tr -d " ")
|
||||
VERSION=$(cat Cargo.toml | grep -E "(^|\|)version =" | cut -f2- -d= | tr -d \" | tr -d " ")
|
||||
if test $VERSION != "${{ github.ref_name }}"; then
|
||||
echo "Expected Version is: '${{ github.ref_name }}' actual Version is: '$VERSION'";
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue