mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
github release
This commit is contained in:
parent
da49903412
commit
fe6fcdffb3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/dev-deploy.yml
vendored
2
.github/workflows/dev-deploy.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
automatic_release_tag: "dev-latest"
|
||||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: release.zip
|
||||
|
|
2
.github/workflows/prod-deploy copy.yml
vendored
2
.github/workflows/prod-deploy copy.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
automatic_release_tag: "prod-latest"
|
||||
prerelease: true
|
||||
title: "Stable Build"
|
||||
files: release.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue