Skip to content

Commit 8aa3234

Browse files
chore(deps): update softprops/action-gh-release action to v2 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e134a33 commit 8aa3234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git push origin v${{ github.event.inputs.version }}
4141
4242
- name: Create GitHub Release
43-
uses: softprops/action-gh-release@v1
43+
uses: softprops/action-gh-release@v2
4444
with:
4545
tag_name: v${{ github.event.inputs.version }}
4646
name: Release v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)