Skip to content

Commit

Permalink
Merge pull request #18 from getgauge/fix_release
Browse files Browse the repository at this point in the history
create release with attached assets
  • Loading branch information
sriv authored May 30, 2022
2 parents 651c577 + 4e797ad commit eb8cd52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
version=$(jq -r ".version" metadata.json)
hub release create -m "v$version" "v$version"
hub release edit -m "" -a dotnet.zip "v$version"
hub release edit -m "" -a dotnet.zip.sha256 "v$version"
hub release create -m "v$version" "v$version" -a dotnet.zip "v$version" -a dotnet.zip.sha256 "v$version"
- name: setup git
run: |
Expand Down

0 comments on commit eb8cd52

Please sign in to comment.