diff --git a/.github/workflows/.build.yml b/.github/workflows/.build.yml index f5bc5be7..02dc0b4e 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@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1 if: ${{ inputs.release && inputs.release != 'pushonly' }} with: name: ${{ env.GIT_TAG }}-${{ github.run_number }}