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.
2 parents 4518f37 + df4148c commit 2ce76dfCopy full SHA for 2ce76df
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
- run:
42
command: go install github.com/tcnksm/ghr@latest
43
name: Install ghr executable
44
- - deploy:
+ - run:
45
name: Upload to GitHub release
46
command: ghr -r $CIRCLE_PROJECT_REPONAME -u $CIRCLE_PROJECT_USERNAME --prerelease --delete unreleased artefacts
47
workflows:
0 commit comments