We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6d906 commit 9193f6fCopy full SHA for 9193f6f
ci/push_to_github.sh
@@ -8,7 +8,5 @@ if [ -n "${CI_COMMIT_TAG}" ]; then
8
echo "Pushing Tag: $CI_COMMIT_TAG"
9
git push --force github "${CI_COMMIT_TAG}"
10
else
11
- echo "For now only tag can be pushed to Github as a release"
12
- exit 1
13
- # git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
+ git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
14
fi
0 commit comments