Skip to content

Commit 637aeab

Browse files
[Renovate] Update softprops/action-gh-release action to v2.3.0
1 parent a37308a commit 637aeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- id: tag_name
5252
run: echo "version=$(cat .version)" >> "$GITHUB_OUTPUT"
5353

54-
- uses: softprops/action-gh-release@v2.2.1
54+
- uses: softprops/action-gh-release@v2.3.0
5555
with:
5656
generate_release_notes: true
5757
tag_name: v${{ steps.tag_name.outputs.version }}

0 commit comments

Comments
 (0)