Skip to content

Commit 2ce76df

Browse files
authored
Merge pull request #59 from sgerrand/ci-update-deprecated-deploy-step
CI: Update deprecated deploy step in CircleCI config
2 parents 4518f37 + df4148c commit 2ce76df

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
@@ -41,7 +41,7 @@ jobs:
4141
- run:
4242
command: go install github.com/tcnksm/ghr@latest
4343
name: Install ghr executable
44-
- deploy:
44+
- run:
4545
name: Upload to GitHub release
4646
command: ghr -r $CIRCLE_PROJECT_REPONAME -u $CIRCLE_PROJECT_USERNAME --prerelease --delete unreleased artefacts
4747
workflows:

0 commit comments

Comments
 (0)