Skip to content

Commit

Permalink
Switch to softprops/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed May 29, 2024
1 parent 286ad35 commit ab8abec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,18 @@ jobs:
zip.exe VRChatRejoinTool.Installer.BOOTH.zip VRChatRejoinTool.Installer.exe
- name: pre-release
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/action-[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
tag_name: "latest"
prerelease: true
title: "Development Build"
name: "Development Build"
files: |
VRChatRejoinTool.zip
VRChatRejoinTool.Installer.exe
VRChatRejoinTool.Installer.BOOTH.zip
- name: tagged-release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.0.5
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit ab8abec

Please sign in to comment.