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.
2 parents 035153f + d36d0da commit 17cf0c3Copy full SHA for 17cf0c3
.github/workflows/.build.yml
@@ -324,7 +324,7 @@ jobs:
324
core.setOutput('summary', fs.readFileSync('/tmp/summary.txt', {encoding: 'utf8'}));
325
-
326
name: Create release
327
- uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
328
if: ${{ inputs.release && inputs.release != 'pushonly' }}
329
with:
330
name: ${{ env.GIT_TAG }}-${{ github.run_number }}
0 commit comments