Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 47d94b5 commit 4904026
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 @@ -36,7 +36,7 @@ jobs:
zip.exe VRChatRejoinTool.Installer.BOOTH.zip VRChatRejoinTool.Installer.exe
- name: pre-release
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: "latest"
prerelease: true
Expand All @@ -47,7 +47,7 @@ jobs:
VRChatRejoinTool.Installer.BOOTH.zip
- name: tagged-release
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.1.0
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 4904026

Please sign in to comment.