Skip to content

Commit

Permalink
Update CI to use gh instead of hub
Browse files Browse the repository at this point in the history
  • Loading branch information
X9VoiD committed Oct 31, 2023
1 parent d665d36 commit 95afa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
for file in $(ls ./build); do
files+=("-a" "./build/$file")
done
hub release create -d -m "VoiDPlugins v$TAG" "$TAG" "${files[@]}"
gh release create -d -n "VoiDPlugins v$TAG" "$TAG" "${files[@]}"

0 comments on commit 95afa88

Please sign in to comment.