mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
move prerelease set to new step
This commit is contained in:
parent
1d9f462959
commit
fc847631d3
1 changed files with 7 additions and 0 deletions
7
.github/workflows/publish-beta.yml
vendored
7
.github/workflows/publish-beta.yml
vendored
|
|
@ -323,3 +323,10 @@ jobs:
|
|||
} else {
|
||||
Write-Host "No release found with tag $tagVersion"
|
||||
}
|
||||
- name: Set release as prerelease
|
||||
shell: pwsh
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release edit $tagVersion --prerelease
|
||||
Write-Host "Successfully set release as prerelease"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue