Skip to content

Commit df4148c

Browse files
committed
Update deprecated deploy step in CircleCI config
> This job is using a deprecated deploy step, please update .circleci/config.yml to use a run step As per: https://circleci.com/docs/migrate-from-deploy-to-run/
1 parent 4518f37 commit df4148c

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)