Skip to content

Commit d9ed02f

Browse files
committed
debug: try fix
1 parent ec49f22 commit d9ed02f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Checkout
8585
uses: actions/checkout@v3
8686
with:
87-
ref: ${{github.event.pull_request.base.ref}}
87+
fetch-depth: 0
8888

8989
- name: Set env.BUILD_BOT to Build Bot's Username
9090
run: echo BUILD_BOT=polywrap-build-bot >> $GITHUB_ENV
@@ -135,7 +135,7 @@ jobs:
135135
uses: peter-evans/create-pull-request@v3
136136
with:
137137
branch: cd/${{env.RELEASE_VERSION}}
138-
base: ${{github.event.pull_request.base.ref}}
138+
base: main
139139
committer: GitHub <noreply@github.com>
140140
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
141141
commit-message: "chore: CD ${{env.RELEASE_VERSION}}"
@@ -174,8 +174,8 @@ jobs:
174174
id: cpr-post-cd
175175
uses: peter-evans/create-pull-request@v3
176176
with:
177-
branch: cd/${{env.RELEASE_VERSION}}
178-
base: ${{github.event.pull_request.compare.ref}}
177+
branch: post-cd/${{env.RELEASE_VERSION}}
178+
base: dev
179179
committer: GitHub <noreply@github.com>
180180
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
181181
commit-message: "chore: POST CD ${{env.RELEASE_VERSION}}"

0 commit comments

Comments
 (0)