diff --git a/prerelease/action.yaml b/prerelease/action.yaml index 136e6a3..3e5deaa 100644 --- a/prerelease/action.yaml +++ b/prerelease/action.yaml @@ -223,7 +223,7 @@ runs: body-includes: "" - name: Delete previous release note if: steps.fc-prerelease.outputs.comment-id != '' - uses: jungwinter/comment@v1 + uses: winterjung/comment@v1 with: type: delete comment_id: ${{ steps.fc-prerelease.outputs.comment-id }}