mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Remove env ALLOW_TAG_PREFIX from build.yml
Option was deprecated in git-release v4.0.0. No replacement is needed b/c msm's version tags do not have a static prefix before the version number. (i.e. tag name is "0.9.10", not "version-0.9.10")
This commit is contained in:
parent
3c1e6ebadb
commit
21677a3de3
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -18,7 +18,6 @@ jobs:
|
|||||||
PRE_RELEASE: "false"
|
PRE_RELEASE: "false"
|
||||||
CHANGELOG_FILE: "none"
|
CHANGELOG_FILE: "none"
|
||||||
ALLOW_EMPTY_CHANGELOG: "false"
|
ALLOW_EMPTY_CHANGELOG: "false"
|
||||||
ALLOW_TAG_PREFIX: "true"
|
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
build/*-amd64.zip
|
build/*-amd64.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user