[ci skip] Use another tag for develop branch

This commit is contained in:
nostalgic853
2022-10-27 01:01:08 +08:00
parent 9e4bd64765
commit f7dd1cf836

View File

@@ -41,7 +41,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest uses: marvinpinto/action-automatic-releases@latest
with: with:
title: "[${{ env.ref }}] #${{ env.workflow }}" title: "[${{ env.ref }}] #${{ env.workflow }}"
automatic_release_tag: "main-latest" automatic_release_tag: "develop-latest"
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar" files: "build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar"
prerelease: true prerelease: true