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