From 2f9c73358ca177945861d045b286dbdb3a11321a Mon Sep 17 00:00:00 2001 From: Persune Date: Fri, 22 Nov 2024 01:02:09 +0800 Subject: [PATCH] Update GitHub Action script for draft releases Fixes #252. Switching to action-gh-release as it is more recently maintained. --- .github/workflows/build-release-artifact.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release-artifact.yml b/.github/workflows/build-release-artifact.yml index 3175e529..10a0fede 100644 --- a/.github/workflows/build-release-artifact.yml +++ b/.github/workflows/build-release-artifact.yml @@ -48,10 +48,10 @@ jobs: shell: powershell - run: ls -R - name: Upload release - uses: marvinpinto/action-automatic-releases@v1.2.1 + uses: softprops/action-gh-release@v2 with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + token: "${{ secrets.GITHUB_TOKEN }}" draft: true prerelease: false - automatic_release_tag: draft + tag_name: draft files: Dn-FamiTracker_artifacts/*.7z