diff options
| author | botato <63275405+botatooo@users.noreply.github.com> | 2022-07-11 17:27:36 +0000 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-07-11 17:41:11 -0400 |
| commit | b00b04ceebc4446bf6cce069d04ce845a5346e6c (patch) | |
| tree | f40a2c2118bfd096bcb030ad57bbe5bc95e3abf2 | |
| parent | 470f16adda9098436f2e17223db4a7c9dc85b284 (diff) | |
| download | decky-loader-b00b04ceebc4446bf6cce069d04ce845a5346e6c.tar.gz decky-loader-b00b04ceebc4446bf6cce069d04ce845a5346e6c.zip | |
Fix action not detecting prereleasev2.0.1
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14be7b2e..332ade24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,6 +110,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} + pre_release_branches: 'main' append_to_pre_release_tag: '-pre' - name: Release 📦 |
