Skip to content

Commit 261bbef

Browse files
authored
Update softprops/action-gh-release action to v2.0.9 (#1425)
1 parent a5349a8 commit 261bbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Create Release
9797
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mihonapp/mihon'
98-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
98+
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
9999
with:
100100
tag_name: ${{ env.VERSION_TAG }}
101101
name: Mihon ${{ env.VERSION_TAG }}

0 commit comments

Comments
 (0)