Skip to content

Commit 29a3fc9

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

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

0 commit comments

Comments
 (0)