From 1a73d1412d562e32effbe7b322f17e8d77ad7755 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Sat, 4 Sep 2021 09:21:47 +0200 Subject: [PATCH] release to tag on v2 branch Signed-off-by: Nicolas De Loof --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}