Skip to content

Commit dc96c10

Browse files
committed
fix: ci
1 parent f3bb004 commit dc96c10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/eb-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
npm run build -- ${{ steps.version.outputs.version }}
5252
git config --global user.email "[email protected]"
5353
git config --global user.name "theajack"
54+
git checkout master
5455
git add .
5556
git commit -m "CI: push v${{ steps.version.outputs.version }}"
5657
git push

0 commit comments

Comments
 (0)