From c2473ad71476a126991f3aef306151df09f7b184 Mon Sep 17 00:00:00 2001 From: kdusek Date: Sun, 7 Dec 2025 23:30:43 +0100 Subject: [PATCH] Use tag version for deb package --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68fdcdb..8f13c6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: -m k.dries@protonmail.com \ --description "Gotify Tray. A tray notification application for receiving messages from a Gotify server." \ --category internet \ - --version "$(cat version.txt)" \ + --version "${{github.ref_name#v}}" \ --license GPLv3 - name: Upload artifact uses: actions/upload-artifact@v3