Skip to content

Commit bb0fc52

Browse files
committed
chore(): update cd
1 parent c345868 commit bb0fc52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- uses: actions/setup-node@v1
1717
with:
1818
node-version: 14.x
19+
- name: Configure Identity
20+
run: |
21+
git config user.name github-actions
22+
git config user.email github-actions@github.com
1923
- name: Prepare NPM Token
2024
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
2125
shell: bash
@@ -29,7 +33,3 @@ jobs:
2933
shell: bash
3034
env:
3135
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
GIT_AUTHOR_NAME: Ionitron
33-
GIT_AUTHOR_EMAIL: hi@ionicframework.com
34-
GIT_COMMITTER_NAME: Ionitron
35-
GIT_COMMITTER_EMAIL: hi@ionicframework.com

0 commit comments

Comments
 (0)