1 parent 7fdd44f commit 21052c3Copy full SHA for 21052c3
1 file changed
.github/workflows/releaser.yaml
@@ -21,8 +21,8 @@ jobs:
21
- name: Checkout Code
22
uses: actions/checkout@v3
23
with:
24
- ref: ${{ github.event.pull_request.head.ref }}
25
- repository: ${{ github.event.pull_request.head.repo.full_name }}
+ ref: ${{ github.event.pull_request.base.ref }} # Checkout the base branch (target repository)
+ repository: ${{ github.event.pull_request.base.repo.full_name }} # Checkout from the target repo
26
27
- name: Calculate new versions
28
id: calculate_versions
0 commit comments