Skip to content

Commit 1b37692

Browse files
authored
Only release if the version has been seen for the first time
1 parent 44e4401 commit 1b37692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
command: |
196196
ls -la /tmp/circleci-artifacts/3_6
197197
VERSION=$(cat /tmp/circleci-artifacts/3_6/version.txt)
198-
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/circleci-artifacts/3_6/dist
198+
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${VERSION} /tmp/circleci-artifacts/3_6/dist
199199
workflows:
200200
version: 2
201201
build_all:

0 commit comments

Comments
 (0)