Update dev-deploy.yml

This commit is contained in:
Daan Wijns 2020-05-21 08:21:37 +02:00 committed by GitHub
parent b7fe953c08
commit c78aedb4b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,7 @@ jobs:
with:
args: zip -qq -r ./release.zip ./vuetorrent
- name: Get Version
with:
VERSION: $(jq -r .version package.json)
run: echo ::set-env name=VERSION::$(jq -r .version package.json)
- name: Push release
uses: "marvinpinto/action-automatic-releases@latest"
with: