mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-18 22:01:03 +00:00
Change release.yml to use tag version for version
This commit is contained in:
parent
4104a9b818
commit
fc7e6c9610
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue