Skip to content
Snippets Groups Projects
Unverified Commit 4e0768a4 authored by paulfantom's avatar paulfantom
Browse files

delegate tag creation to ghr and don't push non-existent artifacts

parent c8541884
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,6 @@ jobs:
--future-release "${GIT_TAG}"
- run: git add CHANGELOG.md
- run: git commit -m "[ci skip] Automatic changelog update"
- run: git tag "${GIT_TAG}" -a -m "Automatic tag generation for CI build no. ${CIRCLE_BUILD_NUM}"
- run: git push "https://${GH_TOKEN}:@${GIT_URL}" --tags || circleci-agent step halt
- run: git push "https://${GH_TOKEN}:@${GIT_URL}" || circleci-agent step halt
- run: |
ghr \
......@@ -86,7 +84,7 @@ jobs:
-r ${CIRCLE_PROJECT_REPONAME} \
-n ${GIT_TAG} \
-b "$(sed -n -e '/## \[0.22.0\]/,/## \[/ p' CHANGELOG.md | sed -e '$ d')" \
${GIT_TAG} ./artifacts/ # We don't have artifacts but ghr still needs sth
${GIT_TAG}
galaxy:
executor: python
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment