From 59462041b1acbe6cf65e3e58a63f318551df497a Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 15 Jul 2022 10:52:08 -0400 Subject: fix ci part 3: shopt edition --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e3df915..a9206879 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,8 @@ jobs: - name: Prepare tag ⚙️ id: ready_tag run: | - echo ::set-output name=${${{ steps.old_tag.outputs.tag }}"-pre"} + shopt -s extglob + echo ::set-output name=${${{ steps.old_tag.outputs.tag }}#"-pre"} - name: Bump version ⏫ id: tag_version -- cgit v1.2.3