From e8f6ef12e3392eeae3090b424148031e42fb7a07 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:07:52 -0400 Subject: [PATCH] fix(ci): release to checkout tag Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index c279a83d..37fb931b 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - ref: ${{ inputs.tags }} + ref: 'v${{ inputs.tags }}' - name: Setup CI uses: ./.github/actions/setup-repo - name: Create release notes