From 09a19607f6b155fc198c6258ef4eb93ddc82cf96 Mon Sep 17 00:00:00 2001 From: nmanu1 Date: Fri, 27 Oct 2023 17:08:06 -0400 Subject: [PATCH] v0.1.2 (#0) fix pr removal? --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b5b8ef55..6b9191c45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: echo "matched regex" PACKAGE_VERSION="${COMMIT_TITLE#Version }" PACKAGE_VERSION="${PACKAGE_VERSION#v}" - PACKAGE_VERSION="${PACKAGE_VERSION%% }" + PACKAGE_VERSION="${PACKAGE_VERSION%%$' '}" echo "${PACKAGE_VERSION}" else echo "did not match"