We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198c006 commit e51c282Copy full SHA for e51c282
1 file changed
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Create GitHub Release
95
if: steps.update.outputs.updated == '1'
96
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
97
with:
98
tag_name: ${{ steps.gen_tag.outputs.tag }}
99
body: "Updated Microsoft Visual C++ Redistributable packages (x86 and x64)"
0 commit comments