diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-07-12 12:11:42 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-07-12 12:11:42 -0400 |
| commit | dbb4bc5ab44fedb8b7e55bef7b2ebf59a9181107 (patch) | |
| tree | 901a45041b05e8859ec055f4ccf47f314c228c19 /.github/workflows/build.yml | |
| parent | b00b04ceebc4446bf6cce069d04ce845a5346e6c (diff) | |
| download | decky-loader-dbb4bc5ab44fedb8b7e55bef7b2ebf59a9181107.tar.gz decky-loader-dbb4bc5ab44fedb8b7e55bef7b2ebf59a9181107.zip | |
another CI fix from botatov2.0.2
Diffstat (limited to '.github/workflows/build.yml')
| -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 332ade24..3e464a9a 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 }} + release_branches: '' pre_release_branches: 'main' append_to_pre_release_tag: '-pre' |
