Skip to content

Commit

Permalink
chore: github release should include binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Jul 14, 2021
1 parent 39565ae commit b6dcf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ release-github:
script:
- gh auth status
- git-chglog --output CHANGELOG.md $CI_COMMIT_TAG
- gh release -R https://github.com/interlay/interbtc create $CI_COMMIT_TAG --title $CI_COMMIT_TAG -F CHANGELOG.md -d
- gh release -R https://github.com/interlay/interbtc create $CI_COMMIT_TAG --title $CI_COMMIT_TAG -F CHANGELOG.md -d target/release/*
only:
- tags

0 comments on commit b6dcf30

Please sign in to comment.