diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-07-15 12:20:05 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-07-15 12:20:05 -0400 |
| commit | a5671e19ce3fb49583c50750c2a79a2687071ed7 (patch) | |
| tree | accd1f04c5ac19c97a84bdaeb6ff10d911fc5a13 /.github/workflows/build.yml | |
| parent | f2fbd399fe875e5aaaaea678d1fb1a824a74932e (diff) | |
| download | decky-loader-a5671e19ce3fb49583c50750c2a79a2687071ed7.tar.gz decky-loader-a5671e19ce3fb49583c50750c2a79a2687071ed7.zip | |
fix ci AGAINv2.0.4-a5671e1-pre
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
