Skip to content

Commit 26143a6

Browse files
Update softprops/action-gh-release action to v3
1 parent 89a54ac commit 26143a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "$PR_BODY" >> "${{ github.workspace }}/release_content.md"
4949
5050
- name: Create Release
51-
uses: softprops/action-gh-release@v2
51+
uses: softprops/action-gh-release@v3
5252
with:
5353
body_path: "${{ github.workspace }}/release_content.md"
5454
draft: true

0 commit comments

Comments
 (0)