From 21677a3de3faad45daa9f64150b2d3b2bf585cf8 Mon Sep 17 00:00:00 2001 From: Connor Gibson Date: Wed, 24 Nov 2021 14:50:51 -0800 Subject: [PATCH] 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") --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3416f1d..1ad64cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,6 @@ jobs: PRE_RELEASE: "false" CHANGELOG_FILE: "none" ALLOW_EMPTY_CHANGELOG: "false" - ALLOW_TAG_PREFIX: "true" with: args: | - build/*-amd64.zip \ No newline at end of file + build/*-amd64.zip