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] committed Apr 14, 2024
1 parent 8c52d92 commit cd36426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ jobs:
- name: Create a scheduled pre-release
if: github.event_name == 'schedule'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Weekly pre-release
prerelease: true
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:

- name: Create a pre-release
if: startsWith(github.ref, 'refs/tags/p')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Weekly pre-release
prerelease: true
Expand Down Expand Up @@ -539,7 +539,7 @@ jobs:

- name: Create a release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: v${{ steps.tagName.outputs.version }}
files: |
Expand Down

0 comments on commit cd36426

Please sign in to comment.