mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
ci: set git user
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
||||
- run: npm run bootstrap
|
||||
- run: npm run build
|
||||
|
||||
- run: git config --local user.email 'action@github.com'
|
||||
- run: git config --local user.name 'GitHub Action'
|
||||
|
||||
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user