mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
ci: add release.yml to help automate release versions. Lowercased V so it looks like v1.1.0 instead of V1.1.0
This commit is contained in:
parent
6b75b41083
commit
8e12d75404
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
create_release() {
|
||||
local version="${1}"
|
||||
if [ -n "${version}" ]; then
|
||||
version="V${version}"
|
||||
version="v${version}"
|
||||
fi
|
||||
curl \
|
||||
-X POST \
|
||||
|
Loading…
Reference in New Issue
Block a user