We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd8d8a commit 558b036Copy full SHA for 558b036
Scripts/run_release.sh
@@ -8,7 +8,7 @@ set -e
8
# COCOAPODS_TRUNK_TOKEN - should be defined in job settings so that we can `pod trunk push`
9
10
function release_github {
11
- LAST_RELEASE=$(git describe --abbrev=0 --tags)
+ LAST_RELEASE=$(git describe --abbrev=0 --tags --always)
12
if [[ ${LAST_RELEASE} == "v${VERSION}" ]]; then
13
echo "${LAST_RELEASE} tag exists already (probably created while in the current release process). Skipping..."
14
return
0 commit comments