[go: up one dir, main page]

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 36d4723 commit f3bb004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/eb-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
npm run build -- ${{ steps.version.outputs.version }}
git config --global user.email "1506282385@qq.com"
git config --global user.name "theajack"
git add .
git commit -m "CI: push v${{ steps.version.outputs.version }}"
git push
Expand Down

0 comments on commit f3bb004

Please sign in to comment.