Supply the correct salt-version argument to the non-draft changelog update

This commit is contained in:
MKLeb 2023-02-08 12:21:36 -05:00 committed by Pedro Algarvio
parent f74b09d619
commit 5ec2c7e13f
4 changed files with 4 additions and 4 deletions

View file

@ -255,7 +255,7 @@ jobs:
shell: bash
run: |
tools changelog update-deb "1:${{ needs.prepare-workflow.outputs.salt-version }}" --draft
tools changelog update-deb
tools changelog update-deb "1:${{ needs.prepare-workflow.outputs.salt-version }}"
- name: Update RPM changelog
shell: bash

View file

@ -253,7 +253,7 @@ jobs:
shell: bash
run: |
tools changelog update-deb "1:${{ needs.prepare-workflow.outputs.salt-version }}" --draft
tools changelog update-deb
tools changelog update-deb "1:${{ needs.prepare-workflow.outputs.salt-version }}"
- name: Update RPM changelog
shell: bash

View file

@ -253,7 +253,7 @@ jobs:
shell: bash
run: |
tools changelog update-deb "1:${{ needs.prepare-workflow.outputs.salt-version }}" --draft
tools changelog update-deb
tools changelog update-deb "1:${{ needs.prepare-workflow.outputs.salt-version }}"
- name: Update RPM changelog
shell: bash

View file

@ -104,7 +104,7 @@ on:
shell: bash
run: |
tools changelog update-deb "1:${{ needs.prepare-workflow.outputs.salt-version }}" --draft
tools changelog update-deb
tools changelog update-deb "1:${{ needs.prepare-workflow.outputs.salt-version }}"
- name: Update RPM changelog
shell: bash