diff --git a/.github/workflows/auto-prerelease.yml b/.github/workflows/auto-prerelease.yml index 9e2d3cc..54a202e 100644 --- a/.github/workflows/auto-prerelease.yml +++ b/.github/workflows/auto-prerelease.yml @@ -188,7 +188,7 @@ jobs: disable-sudo: true egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5 + - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 with: prerelease: true tag_name: ${{ needs.tag.outputs.npm-version-new-tag }}