test
Some checks failed
Build and Deploy Debian Package / build-package (push) Failing after 55s

This commit is contained in:
Marco Realacci 2025-01-28 19:41:47 +01:00
parent 39946c8366
commit e3d66c976f

View file

@ -29,8 +29,8 @@ jobs:
- name: Generate dynamic changelog
run: |
VERSION=${{ github.ref_name#v }} # Rimuove il prefisso "v" dal tag
DISTRIBUTION=$DISTRO # Dalla variabile impostata in "Parse distribution"
VERSION=${{ steps.version.outputs.DEB_VERSION }}
DISTRIBUTION=$DISTRO
# Configura dch per generare il changelog
dch --create \