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 }}