mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-12 00:23:48 +03:00
Fix action not detecting prerelease
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -110,6 +110,7 @@ jobs:
|
|||||||
uses: mathieudutour/github-tag-action@v6.0
|
uses: mathieudutour/github-tag-action@v6.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
pre_release_branches: 'main'
|
||||||
append_to_pre_release_tag: '-pre'
|
append_to_pre_release_tag: '-pre'
|
||||||
|
|
||||||
- name: Release 📦
|
- name: Release 📦
|
||||||
|
|||||||
Reference in New Issue
Block a user