Skip to content

Commit c01b1b6

Browse files
authored
Fix release (#354)
1 parent d4e8d43 commit c01b1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
exit 1
6666
fi
6767
BUILD_NUMBER=$((BUILD_NUMBER + 1))
68-
RELEASE_VERSION="$VERSION.$BUILD_NUMBER"
6968
fi
69+
RELEASE_VERSION="$VERSION.$BUILD_NUMBER"
7070
RELEASE_BRANCH=${GITHUB_REF#refs/heads/}
7171
DOCKER_TAGS="$PACKAGE:$RELEASE_VERSION"
7272
DOCKER_TAGS="$DOCKER_TAGS,$PACKAGE:$STREAM"

0 commit comments

Comments
 (0)