Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Feb 17, 2023
1 parent f3bb004 commit dc96c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eb-release.yml
Expand Up @@ -51,6 +51,7 @@ jobs:
npm run build -- ${{ steps.version.outputs.version }}
git config --global user.email "1506282385@qq.com"
git config --global user.name "theajack"
git checkout master
git add .
git commit -m "CI: push v${{ steps.version.outputs.version }}"
git push
Expand Down

0 comments on commit dc96c10

Please sign in to comment.