Use VERSION env var in fpm command
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
-m k.dries@protonmail.com \
|
-m k.dries@protonmail.com \
|
||||||
--description "Gotify Tray. A tray notification application for receiving messages from a Gotify server." \
|
--description "Gotify Tray. A tray notification application for receiving messages from a Gotify server." \
|
||||||
--category internet \
|
--category internet \
|
||||||
--version "${{github.ref_name#v}}" \
|
--version "$VERSION" \
|
||||||
--license GPLv3
|
--license GPLv3
|
||||||
- name: Check deb file
|
- name: Check deb file
|
||||||
run: ls -la dist/
|
run: ls -la dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user