Skip to content

Commit 6d881fb

Browse files
restfulheadPatrick Ruhkopf
authored andcommitted
chore: add push
1 parent 6dc6afb commit 6d881fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
run: npm test
3939

4040
- name: Release preview
41-
run: npx auto shipit --dry-run
41+
run: |
42+
npx auto shipit --dry-run
43+
git config --global user.name 'Patrick Ruhkopf [bot]'
44+
git config --global user.email 'restfulhead@users.noreply.github.com'
45+
git push
46+
4247
env:
4348
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)