Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 8cff99c commit 2301abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "::set-output name=list::${list}"
- name: Pre Release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.8
if: startsWith(github.ref, 'refs/tags/') && contains(github.ref, 'rc')
with:
draft: true
Expand All @@ -72,7 +72,7 @@ jobs:
files: ${{ steps.upload-files.outputs.list }}

- name: Release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.8
if: startsWith(github.ref, 'refs/tags/') && (!contains(github.ref, 'rc'))
with:
draft: false
Expand Down

0 comments on commit 2301abd

Please sign in to comment.