File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}}"
You can’t perform that action at this time.
0 commit comments