updated gitbuh workflow (again)
Some checks are pending
pre-release / Pre Release (push) Waiting to run
Some checks are pending
pre-release / Pre Release (push) Waiting to run
This commit is contained in:
parent
4b3be20749
commit
60abfc794f
2
.github/workflows/automatic-prerelease.yml
vendored
2
.github/workflows/automatic-prerelease.yml
vendored
@ -15,4 +15,4 @@ jobs:
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: false
|
||||
prerelease: true
|
||||
|
3
.github/workflows/tagged-release.yml
vendored
3
.github/workflows/tagged-release.yml
vendored
@ -15,4 +15,5 @@ jobs:
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
automatic_release_tag: "latest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user