Skip to content

Commit

Permalink
esp/ci: Switch to manual GH release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
gerekon committed Oct 25, 2022
1 parent 393238e commit 0a87c46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ release_tag_draft:
<<: *release_tag_filter
<<: *release_submit_action
script:
- hub release delete ${GH_REL_TAG} || true
# release draft
- hub release create --draft -m "${RELEASE_DESC}" ${GH_REL_TAG}
- git remote remove github || true
- git remote add github ${GH_REPO_HTTPS}
- hub release show ${GH_REL_TAG} || { echo "Please create a release on GitHub with ${GH_REL_TAG} tag at first"; exit 1; }
# List of archives
- DIST_DIR=dist
- FILES=$(find ${DIST_DIR} -name dist_name_\* -exec cat {} \+)
Expand Down

0 comments on commit 0a87c46

Please sign in to comment.