From f7dd1cf83697bf9f728b879aa142d56eab3feb34 Mon Sep 17 00:00:00 2001 From: nostalgic853 Date: Thu, 27 Oct 2022 01:01:08 +0800 Subject: [PATCH] [ci skip] Use another tag for develop branch --- .github/workflows/build-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-develop.yml b/.github/workflows/build-develop.yml index 139aa88..916d8b4 100644 --- a/.github/workflows/build-develop.yml +++ b/.github/workflows/build-develop.yml @@ -41,7 +41,7 @@ jobs: uses: marvinpinto/action-automatic-releases@latest with: title: "[${{ env.ref }}] #${{ env.workflow }}" - automatic_release_tag: "main-latest" + automatic_release_tag: "develop-latest" repo_token: "${{ secrets.GITHUB_TOKEN }}" files: "build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar" prerelease: true