mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 12:15:09 +03:00
fix ci part 3: shopt edition
This commit is contained in:
@@ -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