From d2fd9f12bf192721b0d7005100a788dacabc4bb9 Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:22:50 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index cd21640..5282939 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -62,14 +62,15 @@ jobs: if: needs.check_version.outputs.RELEASE_VERSION != needs.check_version.outputs.LATEST_VERSION steps: - - uses: actions/create-release@v1 + - uses: marvinpinto/action-automatic-releases@v1.2.1 id: createRelease name: Create Runner Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: "${{ needs.check_version.outputs.LATEST_VERSION }}" - release_name: "${{ needs.check_version.outputs.LATEST_VERSION }}" + repo_token: ${{ secrets.GITHUB_TOKEN }} + automatic_release_tag: "${{ needs.check_version.outputs.LATEST_VERSION }}" + title: "${{ needs.check_version.outputs.LATEST_VERSION }}" prerelease: false patch_file: