mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-04-01 22:34:49 +03:00
added build versioning
This commit is contained in:
parent
c78aedb4b6
commit
51c494a5bd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev-deploy.yml
vendored
4
.github/workflows/dev-deploy.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
uses: "marvinpinto/action-automatic-releases@latest"
|
uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "dev-v$VERSION"
|
automatic_release_tag: "dev-v${{ env.VERSION }}"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
title: "Development Build v$VERSION"
|
title: "Development Build v${{ env.VERSION }}"
|
||||||
files: release.zip
|
files: release.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue