Skip to content

Commit 9af202d

Browse files
Update softprops/action-gh-release action to v2.3.2
1 parent 161b0cc commit 9af202d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: paulhatch/semantic-version@v5.4.0
7878

7979
- name: Create GitHub tag and release
80-
uses: softprops/action-gh-release@v2.2.0
80+
uses: softprops/action-gh-release@v2.3.2
8181
with:
8282
tag_name: ${{ steps.version.outputs.version_tag }}
8383
generate_release_notes: true

0 commit comments

Comments
 (0)