1
0
Эх сурвалжийг харах

CI: Fix input variable name when getting Windows release notes

derrod 1 жил өмнө
parent
commit
30f174b8bb

+ 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