Skip to content

Commit bb4cf55

Browse files
authored
Merge pull request #29 from dwd/releases
Whoops. Fix tag!
2 parents ce5f952 + d23e87a commit bb4cf55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
TAG=$(git describe --tags --abbrev=0)
2020
COMMITS_SINCE_TAG=$(git rev-list ${TAG}..HEAD --count)
2121
if [ "${COMMITS_SINCE_TAG}" -eq 0 ]; then
22-
echo "VERSION=${VERSION}" >> $GITHUB_ENV
22+
echo "VERSION=${TAG}" >> $GITHUB_ENV
2323
else
2424
echo "VERSION="$(git describe --tags --abbrev=8) >> $GITHUB_ENV
2525
fi

0 commit comments

Comments
 (0)