diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-07-15 10:52:08 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-07-15 10:52:08 -0400 |
| commit | 59462041b1acbe6cf65e3e58a63f318551df497a (patch) | |
| tree | 069ba9286e11b2683e85d5f916f52d80ae733c82 | |
| parent | d4d32c8d550ac199c21aa998d46a3db3fb7d5b02 (diff) | |
| download | decky-loader-59462041b1acbe6cf65e3e58a63f318551df497a.tar.gz decky-loader-59462041b1acbe6cf65e3e58a63f318551df497a.zip | |
fix ci part 3: shopt edition
| -rw-r--r-- | .github/workflows/build.yml | 3 |
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 |
