Change release.yml to use tag version for version

This commit is contained in:
BBaoVanC 2020-12-27 20:49:44 -06:00
parent 4104a9b818
commit fc7e6c9610
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -33,7 +33,7 @@ jobs:
package: nekofetch
package_root: debpkg
maintainer: propr and bbaovanc
version: 0.2dev2
version: ${{ steps.version.outputs.VERSION }}
arch: 'iphoneos-arm'
desc: 'neofetch with nekos'
- name: Build deb for amd64
@ -42,7 +42,7 @@ jobs:
package: nekofetch
package_root: debpkg
maintainer: propr and bbaovanc
version: 0.2dev2
version: ${{ steps.version.outputs.VERSION }}
arch: 'amd64'
desc: 'neofetch with nekos'