Skip to content

Commit

Permalink
create release with attached assets
Browse files Browse the repository at this point in the history
Signed-off-by: sriv <srikanth.ddit@gmail.com>
  • Loading branch information
sriv committed May 30, 2022
1 parent 651c577 commit 4e797ad
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 4e797ad

Please sign in to comment.