We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b0985 commit 7273ec7Copy full SHA for 7273ec7
.github/workflows/publish-ghcr.yml
@@ -38,7 +38,7 @@ jobs:
38
COMMIT_DISTANCE=$(git rev-list --count ${LATEST_TAG}..HEAD)
39
40
# Construct new version with build number
41
- NEW_VERSION="v${BASE_VERSION}-build${COMMIT_DISTANCE}"
+ NEW_VERSION="v${BASE_VERSION}.${COMMIT_DISTANCE}"
42
43
echo "version=${NEW_VERSION}" >> $GITHUB_OUTPUT
44
echo "Generated version: ${NEW_VERSION}"
0 commit comments