Skip to content

Commit

Permalink
Update to ncipollo/release-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed May 22, 2024
1 parent f525138 commit 6cc77f9
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 6cc77f9

Please sign in to comment.