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: