diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4294feb65cc..1ec5e354018 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,5 +42,6 @@ jobs: with: artifacts: "bin/*" prerelease: true + commit: "v2" token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.inputs.tag }}