Browse Source

CI: Fix input variable name when getting Windows release notes

derrod 1 năm trước cách đây
mục cha
commit
30f174b8bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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