Skip to content

Commit

Permalink
Remove all the tag from version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 12, 2023
1 parent 02455c9 commit 24bd33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Also remove any postfix tag from the version
VTAG="${VERSION#*-}"
[ "$VTAG" == "$VERSION" ] && unset VTAG
VERSION="${VERSION%-*}"
VERSION="${VERSION%%-*}"
else
read A B V < version.h
VERSION=$( echo $V | tr -d '"' )-git${GITHUB_SHA:0:8}
Expand Down

0 comments on commit 24bd33b

Please sign in to comment.