Skip to content

Commit

Permalink
Fix release (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Aug 19, 2022
1 parent d4e8d43 commit c01b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -65,8 +65,8 @@ jobs:
exit 1
fi
BUILD_NUMBER=$((BUILD_NUMBER + 1))
RELEASE_VERSION="$VERSION.$BUILD_NUMBER"
fi
RELEASE_VERSION="$VERSION.$BUILD_NUMBER"
RELEASE_BRANCH=${GITHUB_REF#refs/heads/}
DOCKER_TAGS="$PACKAGE:$RELEASE_VERSION"
DOCKER_TAGS="$DOCKER_TAGS,$PACKAGE:$STREAM"
Expand Down

0 comments on commit c01b1b6

Please sign in to comment.