Skip to content

Commit 131a523

Browse files
Bump softprops/action-gh-release from 2.1.0 to 2.2.0 in the actions group (#256)
1 parent 068f1ab commit 131a523

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
@@ -24,7 +24,7 @@ jobs:
2424
TAG_NAME: v${{ steps.version-metadata.outputs.newVersion }}
2525
- name: Create release
2626
if: steps.version-metadata.outputs.changed == 'true'
27-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974
27+
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048
2828
with:
2929
generate_release_notes: true
3030
tag_name: v${{ steps.version-metadata.outputs.newVersion }}

0 commit comments

Comments
 (0)