diff --git a/.github/workflows/.build.yml b/.github/workflows/.build.yml index ccdb29cc..885e860a 100644 --- a/.github/workflows/.build.yml +++ b/.github/workflows/.build.yml @@ -319,7 +319,7 @@ jobs: core.setOutput('summary', fs.readFileSync('/tmp/summary.txt', {encoding: 'utf8'})); - name: Create release - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 + uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4 if: ${{ inputs.release && inputs.release != 'pushonly' }} with: name: ${{ env.GIT_TAG }}-${{ github.run_number }}