mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix release patch path
This commit is contained in:
parent
dfa9e00b97
commit
6feb0c2b7c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -174,7 +174,7 @@ jobs:
|
|||
|
||||
- name: Apply The Release Patch
|
||||
run: |
|
||||
git am --committer-date-is-author-date release-artifacts/salt-${{ needs.prepare-workflow.outputs.salt-version }}.patch
|
||||
git am --committer-date-is-author-date artifacts/release/salt-${{ needs.prepare-workflow.outputs.salt-version }}.patch
|
||||
rm artifacts/release/salt-${{ needs.prepare-workflow.outputs.salt-version }}.patch
|
||||
|
||||
- name: Tag The v${{ needs.prepare-workflow.outputs.salt-version }} Release
|
||||
|
|
Loading…
Add table
Reference in a new issue