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
|
- name: Generate dynamic changelog
|
||||||
run: |
|
run: |
|
||||||
VERSION=${{ github.ref_name#v }} # Rimuove il prefisso "v" dal tag
|
VERSION=${{ steps.version.outputs.DEB_VERSION }}
|
||||||
DISTRIBUTION=$DISTRO # Dalla variabile impostata in "Parse distribution"
|
DISTRIBUTION=$DISTRO
|
||||||
|
|
||||||
# Configura dch per generare il changelog
|
# Configura dch per generare il changelog
|
||||||
dch --create \
|
dch --create \
|
||||||
|
|
Loading…
Reference in a new issue