diff --git a/.github/workflows/.build.yml b/.github/workflows/.build.yml index 82e30285..ffd7cf78 100644 --- a/.github/workflows/.build.yml +++ b/.github/workflows/.build.yml @@ -324,7 +324,7 @@ jobs: core.setOutput('summary', fs.readFileSync('/tmp/summary.txt', {encoding: 'utf8'})); - name: Create release - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 if: ${{ inputs.release && inputs.release != 'pushonly' }} with: name: ${{ env.GIT_TAG }}-${{ github.run_number }}