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:
commit
d482d28dc4
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