mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Supply the correct salt-version argument to the non-draft changelog update
This commit is contained in:
parent
f74b09d619
commit
5ec2c7e13f
4 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/scheduled.yml
vendored
2
.github/workflows/scheduled.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/templates/ci.yml.jinja
vendored
2
.github/workflows/templates/ci.yml.jinja
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue