Skip to content

Commit e51c282

Browse files
authored
Upgrade action-gh-release from v1 to v2
1 parent 198c006 commit e51c282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Create GitHub Release
9595
if: steps.update.outputs.updated == '1'
96-
uses: softprops/action-gh-release@v1
96+
uses: softprops/action-gh-release@v2
9797
with:
9898
tag_name: ${{ steps.gen_tag.outputs.tag }}
9999
body: "Updated Microsoft Visual C++ Redistributable packages (x86 and x64)"

0 commit comments

Comments
 (0)