diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index f2f7c937..8108554f 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: 'v${{ inputs.tags }}' + ref: '${{ inputs.tags }}' - name: Setup CI uses: ./.github/actions/setup-repo with: diff --git a/README.md b/README.md index 8507759a..5b784cc0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@  + +