mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-24 00:11: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}"
|
echo "Adding asset: ${asset}"
|
||||||
assets+=("-a" "$asset")
|
assets+=("-a" "$asset")
|
||||||
done
|
done
|
||||||
hub release create -d -p "${assets[@]}" -m "$VERSION" "$VERSION"
|
hub release create -p "${assets[@]}" -m "$VERSION" "$VERSION"
|
||||||
|
|
||||||
build_source:
|
build_source:
|
||||||
name: Build source tarball
|
name: Build source tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user