This commit is contained in:
parent
39946c8366
commit
e3d66c976f
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue