Skip to content

Commit

Permalink
Update softprops/action-gh-release (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 67034cb commit 225ba34
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/[email protected].8
uses: softprops/[email protected].9
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/[email protected].8
uses: softprops/[email protected].9
if: >-
${{
startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
shasum -a 256 * > ../SHA256SUMS
- name: Publish Checksums
uses: softprops/[email protected].8
uses: softprops/[email protected].9
with:
draft: false
files: SHA256SUMS
Expand Down

0 comments on commit 225ba34

Please sign in to comment.