From 51657e79285a0485250ff7c76f5b27d404be9e72 Mon Sep 17 00:00:00 2001 From: taysta Date: Tue, 13 Feb 2024 19:03:44 +0800 Subject: [PATCH] [CI/CD] Update automatic release action to actively maintained one --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc10b1b995..5b49dfa8bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -269,7 +269,7 @@ jobs: mv ./OpenJO-macos-arm64-Release-Non-Portable/* OpenJO-macos-arm64.tar.gz - name: Create latest build - uses: marvinpinto/action-automatic-releases@latest + uses: crowbarmaster/GH-Automatic-Releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} automatic_release_tag: "latest"