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 44e4401 commit 1b37692Copy full SHA for 1b37692
.circleci/config.yml
@@ -195,7 +195,7 @@ jobs:
195
command: |
196
ls -la /tmp/circleci-artifacts/3_6
197
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
+ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${VERSION} /tmp/circleci-artifacts/3_6/dist
199
workflows:
200
version: 2
201
build_all:
0 commit comments