We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c9ed4 commit 92af34aCopy full SHA for 92af34a
scripts/.decrypt-secrets.sh.kate-swp
550 Bytes
scripts/github-release.sh
@@ -49,7 +49,7 @@ function create_github_release {
49
# you should ensure tags are push with commits by doing the following:
50
# git config --global push.followTags true
51
52
-if [[ $GIT_COMMIT_DESC != *"undefined"* ]]; then
+if [[ $GIT_TAG != *"undefined"* ]]; then
53
echo "Creating github release for tag $GIT_TAG"
54
if create_github_release $GITHUB_RELEASE_MODULE; then
55
webhook $GITHUB_RELEASE_MODULE "$GITHUB_RELEASE_NAME" "Created github release for tag $TAG"
0 commit comments