mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:41:59 +00:00
fix ci AGAIN
This commit is contained in:
@@ -118,7 +118,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export VERSION=${{ steps.old_tag.outputs.tag }}
|
export VERSION=${{ steps.old_tag.outputs.tag }}
|
||||||
export COMMIT=$(git log -1 --pretty=format:%h)
|
export COMMIT=$(git log -1 --pretty=format:%h)
|
||||||
echo ::set-output name=tag_name::$(sed -r 's/-pre(.*)?$//' <<< $VERSION)-$COMMIT-pre
|
echo ::set-output name=tag_name::$(sed -r 's/(-.*)?-pre$//' <<< $VERSION)-$COMMIT-pre
|
||||||
|
|
||||||
- name: Push tag 📤
|
- name: Push tag 📤
|
||||||
uses: rickstaa/action-create-tag@v1.3.2
|
uses: rickstaa/action-create-tag@v1.3.2
|
||||||
|
|||||||
Reference in New Issue
Block a user