mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 02:45:48 +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"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "dev-v$VERSION"
|
||||
automatic_release_tag: "dev-v${{ env.VERSION }}"
|
||||
prerelease: true
|
||||
title: "Development Build v$VERSION"
|
||||
title: "Development Build v${{ env.VERSION }}"
|
||||
files: release.zip
|
||||
|
|
Loading…
Reference in a new issue