Skip to content

Commit e751044

Browse files
Bump softprops/action-gh-release from 2.0.6 to 2.0.8 in the actions group (#220)
1 parent 29a3fc9 commit e751044

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
@@ -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@a74c6b72af54cfa997e81df42d94703d6313a2d0
27+
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
2828
with:
2929
generate_release_notes: true
3030
tag_name: v${{ steps.version-metadata.outputs.newVersion }}

0 commit comments

Comments
 (0)