Skip to content

Commit

Permalink
use ghcli instead of hub
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv authored Feb 20, 2024
1 parent 14d0e5c commit e791e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version=$(jq -r ".version" metadata.json)
hub release create -m "v$version" "v$version" -a dotnet.zip "v$version" -a dotnet.zip.sha256 "v$version"
gh release create --title "v$version" dotnet.zip dotnet.zip.sha256
- name: setup git
run: |
Expand Down

0 comments on commit e791e5a

Please sign in to comment.