Skip to content

Commit 07380a3

Browse files
Bump softprops/action-gh-release from 2.2.0 to 2.2.1 in the actions group (#261)
1 parent 0dea637 commit 07380a3

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

0 commit comments

Comments
 (0)