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 9ad1470 commit 27e494fCopy full SHA for 27e494f
1 file changed
.github/workflows/onPush.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Create Github Pre-Release
87
if: github.event.inputs.beta == 'true'
88
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
+ uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2.6.0
89
with:
90
tag_name: ${{ steps.rel_number.outputs.version }}
91
body_path: ./app/build/outputs/changelogGithub
0 commit comments