0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 14:08:23 -05:00

Merge pull request #5 from scottc943/FEATURE/400_GitHubActions-automate-release-versions

ci: add release.yml to help automate release versions. Lowercased V s…
This commit is contained in:
Scott 2024-01-28 00:31:16 -05:00 committed by GitHub
commit d482d28dc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \