We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5349a8 commit 261bbefCopy full SHA for 261bbef
.github/workflows/build_push.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Create Release
97
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mihonapp/mihon'
98
- uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
+ uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
99
with:
100
tag_name: ${{ env.VERSION_TAG }}
101
name: Mihon ${{ env.VERSION_TAG }}
0 commit comments