Skip to content

Commit e6f3884

Browse files
Update softprops/action-gh-release action to v3
1 parent e4c174c commit e6f3884

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
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v6
1212
- name: Perform release
13-
uses: softprops/action-gh-release@v2
13+
uses: softprops/action-gh-release@v3
1414
if: startsWith(github.ref, 'refs/tags/')
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)