mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge 3006.x into 3007.x
This commit is contained in:
commit
a54efc5cd2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -363,7 +363,7 @@ jobs:
|
|||
branch: ${{ github.ref }}
|
||||
|
||||
- name: Create Github Release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifactErrorsFailBuild: true
|
||||
artifacts: ${{ steps.prepare-release.outputs.release-artifacts }}
|
||||
|
|
|
@ -372,7 +372,7 @@ permissions:
|
|||
branch: ${{ github.ref }}
|
||||
|
||||
- name: Create Github Release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifactErrorsFailBuild: true
|
||||
artifacts: ${{ steps.prepare-release.outputs.release-artifacts }}
|
||||
|
|
Loading…
Add table
Reference in a new issue