diff --git a/.github/workflows/publish.yml b/.github/workflows/publish-release.yml similarity index 96% rename from .github/workflows/publish.yml rename to .github/workflows/publish-release.yml index 5ca30c7..83cc083 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish-release.yml @@ -13,7 +13,7 @@ on: jobs: publish: name: Publish - runs-on: ubuntu-latest + runs-on: macOS-latest steps: - name: Checkout repository @@ -67,6 +67,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} with: tag: ${{ github.event.inputs.versionName }} + name: V${{ github.event.inputs.versionName }} generateReleaseNotes: true draft: true prerelease: false \ No newline at end of file