Skip to content

Commit

Permalink
Merge 3006.x into 3007.x
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed May 23, 2024
2 parents 2b26693 + 5d8655c commit a54efc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/release.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a54efc5

Please sign in to comment.