summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-07-15 12:20:05 -0400
committerAAGaming <aa@mail.catvibers.me>2022-07-15 12:20:05 -0400
commita5671e19ce3fb49583c50750c2a79a2687071ed7 (patch)
treeaccd1f04c5ac19c97a84bdaeb6ff10d911fc5a13 /.github/workflows
parentf2fbd399fe875e5aaaaea678d1fb1a824a74932e (diff)
downloaddecky-loader-a5671e19ce3fb49583c50750c2a79a2687071ed7.tar.gz
decky-loader-a5671e19ce3fb49583c50750c2a79a2687071ed7.zip
fix ci AGAINv2.0.4-a5671e1-pre
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c2e89ae7..44766b1d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -118,7 +118,7 @@ jobs:
run: |
export VERSION=${{ steps.old_tag.outputs.tag }}
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 📤
uses: rickstaa/action-create-tag@v1.3.2