Skip to content

Commit

Permalink
Update softprops/action-gh-release (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 980af41 commit df9774d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
shell: bash

- name: Publish Archive
uses: softprops/[email protected].6
uses: softprops/[email protected].8
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
draft: false
Expand All @@ -105,7 +105,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Changelog
uses: softprops/[email protected].6
uses: softprops/[email protected].8
if: >-
${{
startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit df9774d

Please sign in to comment.