From 7aaba1739a32988bfaf382a2633568affe569915 Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:43:04 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 1e57850..cbd6ab6 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -66,7 +66,7 @@ jobs: id: createRelease name: Create Runner Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: tag_name: ${{ needs.check_version.outputs.LATEST_VERSION }} release_name: ${{ needs.check_version.outputs.LATEST_VERSION }}