Skip to content

Commit

Permalink
Update softprops/action-gh-release (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 084a2d2 commit 17350a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash

- name: Publish Archive
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
draft: false
Expand All @@ -120,7 +120,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Changelog
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
if: >-
${{
startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
shasum -a 256 * > ../SHA256SUMS
- name: Publish Checksums
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
draft: false
files: SHA256SUMS
Expand Down

0 comments on commit 17350a6

Please sign in to comment.