Skip to content

Commit 951b484

Browse files
committed
[CI] Knocking kinks out of release process (2)
1 parent 21c29d3 commit 951b484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
git tag v$VERSION
107107
git push --tags origin
108108
- name: Create Branch and Tag Release
109-
if: ${{ !contains(needs.build_and_deploy.outputs.project_version, '-RC') && !contains(needs.build_and_deploy.outputs.project_version, '-M') }}
109+
if: ${{ !contains(needs.build_and_deploy.outputs.project_version, '-SNAPSHOT') && !contains(needs.build_and_deploy.outputs.project_version, '-RC') && !contains(needs.build_and_deploy.outputs.project_version, '-M') }}
110110
run: |
111111
echo "Tagging $REPO/$VERSION and creating release branch."
112112
git checkout -b $VERSION

0 commit comments

Comments
 (0)