summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-07-15 10:52:08 -0400
committerAAGaming <aa@mail.catvibers.me>2022-07-15 10:52:08 -0400
commit59462041b1acbe6cf65e3e58a63f318551df497a (patch)
tree069ba9286e11b2683e85d5f916f52d80ae733c82 /.github
parentd4d32c8d550ac199c21aa998d46a3db3fb7d5b02 (diff)
downloaddecky-loader-59462041b1acbe6cf65e3e58a63f318551df497a.tar.gz
decky-loader-59462041b1acbe6cf65e3e58a63f318551df497a.zip
fix ci part 3: shopt edition
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