mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 09:03:20 +03:00
fix ci part 3: shopt edition
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user