浏览代码

CI: Fix input variable name when getting Windows release notes

derrod 1 年之前
父节点
当前提交
30f174b8bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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