Skip to content

Commit

Permalink
Update deprecated deploy step in CircleCI config
Browse files Browse the repository at this point in the history
> 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/
  • Loading branch information
sgerrand committed Apr 19, 2024
1 parent 4518f37 commit df4148c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run:
command: go install github.com/tcnksm/ghr@latest
name: Install ghr executable
- deploy:
- run:
name: Upload to GitHub release
command: ghr -r $CIRCLE_PROJECT_REPONAME -u $CIRCLE_PROJECT_USERNAME --prerelease --delete unreleased artefacts
workflows:
Expand Down

0 comments on commit df4148c

Please sign in to comment.