Browse Source

CI: Fix input variable name when getting Windows release notes

derrod 1 year ago
parent
commit
30f174b8bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/windows-patches/action.yaml

+ 1 - 1
.github/actions/windows-patches/action.yaml

@@ -86,7 +86,7 @@ runs:
       run: |
         # Release notes are just the tag body on Windows
         Set-Location repo
-        git tag -l --format='%(contents:body)' ${{ inputs.version }} > "${{ github.workspace }}/notes.rst"
+        git tag -l --format='%(contents:body)' ${{ inputs.tagName }} > "${{ github.workspace }}/notes.rst"
 
     - name: Run bouf
       shell: pwsh