mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
Update dev-deploy.yml
This commit is contained in:
parent
f4d18abd81
commit
b7fe953c08
1 changed files with 3 additions and 1 deletions
4
.github/workflows/dev-deploy.yml
vendored
4
.github/workflows/dev-deploy.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
|||
uses: montudor/action-zip@v0.1.0
|
||||
with:
|
||||
args: zip -qq -r ./release.zip ./vuetorrent
|
||||
- run: VERSION=$(sed 's/.*"version": "\(.*\)".*/\1/;t;d' package.json)
|
||||
- name: Get Version
|
||||
with:
|
||||
VERSION: $(jq -r .version package.json)
|
||||
- name: Push release
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue