From abb8e654bef92b4c6da745445c633daf14cec060 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Wed, 9 Nov 2022 14:12:06 +0800 Subject: [PATCH] Update release for current branch Signed-off-by: Jenny Li --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6446be223..6bfe40f25 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: with: name: release build - name: Create a Release - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.11.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -65,3 +65,4 @@ jobs: prerelease: true tag: "${{ github.event.inputs.tag }}" name: ${{ env.RELEASE_NAME }} + commit: "${{ github.ref_name }}"