Skip to content

Commit 027c3e8

Browse files
Update softprops/action-gh-release action to v3 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 046db8b commit 027c3e8

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
@@ -70,7 +70,7 @@ jobs:
7070
cat RELEASE_NOTES.md
7171
7272
- name: Create GitHub Release
73-
uses: softprops/action-gh-release@v1
73+
uses: softprops/action-gh-release@v3
7474
with:
7575
tag_name: ${{ steps.get_version.outputs.tag }}
7676
name: Release ${{ steps.get_version.outputs.tag }}

0 commit comments

Comments
 (0)