Skip to content

Commit 32465cc

Browse files
committed
ci(push): Fix sizes upload if there is no changes
1 parent a6df1f5 commit 32465cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ jobs:
145145

146146
- name: Commit json files to gh-pages if on release branch
147147
if: github.event_name == 'push' && github.ref == 'refs/heads/release/v2.x'
148+
continue-on-error: true
148149
run: |
149-
git config user.name github-actions
150-
git config user.email github-actions@github.com
150+
git config user.name "github-actions[bot]"
151+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
151152
git add --all
152153
git commit -m "Updated 2.x cli compile json files"
153154
git push origin HEAD:gh-pages

0 commit comments

Comments
 (0)