Skip to content

Commit 076c027

Browse files
Update softprops/action-gh-release action to v2 (#78)
1 parent 68cdaa4 commit 076c027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: build.cmd
3737

3838
- name: Create draft release and upload asset
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
if: startsWith(github.ref, 'refs/tags/')
4141
with:
4242
draft: true

0 commit comments

Comments
 (0)