mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-23 16:01:43 +01:00
Create non-draft releases
This commit is contained in:
parent
d89ee1fae2
commit
0433f04c9c
2
.github/workflows/all.yml
vendored
2
.github/workflows/all.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
echo "Adding asset: ${asset}"
|
||||
assets+=("-a" "$asset")
|
||||
done
|
||||
hub release create -d -p "${assets[@]}" -m "$VERSION" "$VERSION"
|
||||
hub release create -p "${assets[@]}" -m "$VERSION" "$VERSION"
|
||||
|
||||
build_source:
|
||||
name: Build source tarball
|
||||
|
Loading…
Reference in New Issue
Block a user