0
0
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:
Scott 2024-01-28 00:30:45 -05:00
parent 6b75b41083
commit 8e12d75404

View File

@ -87,7 +87,7 @@ jobs:
create_release() {
local version="${1}"
if [ -n "${version}" ]; then
version="V${version}"
version="v${version}"
fi
curl \
-X POST \