From 487d2309867725d6e8e74a2d31f46ae07971de0f Mon Sep 17 00:00:00 2001 From: Andrew Brock <70552043+andrewbrock-sahmri@users.noreply.github.com> Date: Tue, 16 Nov 2021 12:20:48 +1030 Subject: [PATCH] Try and fix tag_name value --- .github/workflows/patch-and-release-war.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch-and-release-war.yml b/.github/workflows/patch-and-release-war.yml index 893b4d2e0..7aad06a93 100644 --- a/.github/workflows/patch-and-release-war.yml +++ b/.github/workflows/patch-and-release-war.yml @@ -37,7 +37,7 @@ jobs: uses: softprops/action-gh-release@v1 with: name: 1.8.2.2-ais - tag_name: Release 1.8.2.2-ais + tag_name: release-1.8.2.2-ais draft: false prerelease: false files: ./build/libs/xnat-web-*.war