Skip to content

Commit

Permalink
Update release in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-doubez committed Feb 28, 2023
1 parent ca01546 commit 88856bc
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:
name: "Publish on GitHub"
command: |
go get github.com/tcnksm/ghr
go install github.com/tcnksm/ghr@latest
VERSION=$(cat dist/VERSION)
rm dist/VERSION
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./dist/
Expand Down

0 comments on commit 88856bc

Please sign in to comment.