Skip to content

Commit

Permalink
Merge pull request #59 from sgerrand/ci-update-deprecated-deploy-step
Browse files Browse the repository at this point in the history
CI: Update deprecated deploy step in CircleCI config
  • Loading branch information
sgerrand authored Apr 19, 2024
2 parents 4518f37 + df4148c commit 2ce76df
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 2ce76df

Please sign in to comment.