Skip to content

Commit 65d60bf

Browse files
committed
chore: fixed "Dry-run semantic-release" for PRs
PR don't have access to the RELEASE_TOKEN and it's not required for the dry run.
1 parent 764bcb1 commit 65d60bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/checkout@v3
2626
with:
2727
fetch-depth: 0
28-
token: ${{ secrets.RELEASE_TOKEN }}
2928
- name: Checkout branch
3029
# Pretend to semantic-release that the PR result is eligible for
3130
# building releases because --dry-run still filters for configured

0 commit comments

Comments
 (0)