1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

Merge pull request #1135 from Zokrates/fix-github-release-install

Fix github release installation
This commit is contained in:
Thibaut Schaeffer 2022-04-19 13:24:44 +02:00 committed by GitHub
commit 45687b4086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ jobs:
- run:
name: "Publish artifacts on GitHub"
command: |
go install github.com/github-release/github-release
go install github.com/github-release/github-release@latest
github-release release \
-s ${GH_TOKEN} \
-u ${CIRCLE_PROJECT_USERNAME} \