summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
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