Skip to content

Commit 21677a3

Browse files
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")
1 parent 3c1e6eb commit 21677a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
PRE_RELEASE: "false"
1919
CHANGELOG_FILE: "none"
2020
ALLOW_EMPTY_CHANGELOG: "false"
21-
ALLOW_TAG_PREFIX: "true"
2221
with:
2322
args: |
24-
build/*-amd64.zip
23+
build/*-amd64.zip

0 commit comments

Comments
 (0)