Skip to content

Commit d262103

Browse files
committed
Update release.yml
1 parent 645b18d commit d262103

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717

1818
permissions:
1919
contents: write
20-
pull-requests: read
2120

2221
jobs:
2322
prereq:
@@ -84,8 +83,6 @@ jobs:
8483
needs: [prereq, release]
8584
if: always() && needs.prereq.result == 'success'
8685
uses: alexdlaird/.github/.github/workflows/release-cleanup.yml@main
87-
with:
88-
squash_boundary: ${{ needs.prereq.outputs.squash_boundary }}
8986
secrets:
9087
bot_app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
9188
bot_private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)