diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index bfdee64..ba244ae 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -46,7 +46,7 @@ jobs: Do NOT publish it yourself — a subsequent step will do that. - name: Publish release notes - uses: softprops/action-gh-release@b25b93d384199fc0fc8c2e126b2d937a0cbeb2ae # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: tag_name: ${{ inputs.tag }} body_path: release-notes.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b2c016..7a285ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: path: dist - name: Create GitHub release - uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2.6.0 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }}