We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfadd25 commit 70e10b0Copy full SHA for 70e10b0
1 file changed
.github/workflows/release.yml
@@ -151,6 +151,9 @@ jobs:
151
contents: write
152
steps:
153
- uses: actions/checkout@v4
154
+ with:
155
+ ref: main
156
+ fetch-depth: 0
157
158
- name: Setup Node.js
159
uses: actions/setup-node@v4
@@ -201,6 +204,4 @@ jobs:
201
204
git config user.email "github-actions[bot]@users.noreply.github.com"
202
205
git add -f docs/
203
206
git diff --cached --quiet || git commit -m "chore: deploy ${{ github.ref_name }} to docs/ [skip ci]"
- # Rebase onto whatever the parallel build jobs may have pushed, then push.
- git pull --rebase --autostash "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" main
207
git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" HEAD:main
0 commit comments