Skip to content

Commit d7d6f7c

Browse files
committed
ci: debug semantic-release dry run
1 parent f450be6 commit d7d6f7c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
with:
2727
fetch-depth: 0 # This ensures all history is fetched
2828

29-
- name: checkout relevant branch if this is a PR
30-
run: |
31-
if [ "${{ github.event_name }}" = "pull_request" ] || [ "${{ github.event_name }}" = "pull_request_target" ]; then
32-
git checkout -b ${{ github.base_ref }} pull/${{ github.event.number }}/merge
33-
fi
29+
# - name: checkout relevant branch if this is a PR
30+
# run: |
31+
# if [ "${{ github.event_name }}" = "pull_request" ] || [ "${{ github.event_name }}" = "pull_request_target" ]; then
32+
# git checkout -b ${{ github.base_ref }} pull/${{ github.event.number }}/merge
33+
# fi
3434

3535
- name: setup node.js
3636
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4

0 commit comments

Comments
 (0)