diff --git a/.github/workflows/.build.yml b/.github/workflows/.build.yml index e68f038e..41b31c75 100644 --- a/.github/workflows/.build.yml +++ b/.github/workflows/.build.yml @@ -420,7 +420,7 @@ jobs: core.setOutput('summary', fs.readFileSync('/tmp/summary.txt', {encoding: 'utf8'})); - name: Create release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 if: ${{ inputs.release && inputs.release != 'pushonly' }} with: name: ${{ env.GIT_TAG }}-${{ github.run_number }}