Skip to content

Commit 92af34a

Browse files
committed
Fixed accidental github releasing
1 parent 24c9ed4 commit 92af34a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/.decrypt-secrets.sh.kate-swp

550 Bytes
Binary file not shown.

scripts/github-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function create_github_release {
4949
# you should ensure tags are push with commits by doing the following:
5050
# git config --global push.followTags true
5151

52-
if [[ $GIT_COMMIT_DESC != *"undefined"* ]]; then
52+
if [[ $GIT_TAG != *"undefined"* ]]; then
5353
echo "Creating github release for tag $GIT_TAG"
5454
if create_github_release $GITHUB_RELEASE_MODULE; then
5555
webhook $GITHUB_RELEASE_MODULE "$GITHUB_RELEASE_NAME" "Created github release for tag $TAG"

0 commit comments

Comments
 (0)