Skip to content

Commit dd353f5

Browse files
authored
ci: fix 'empty ident name' when publishing (#2482)
1 parent ce58158 commit dd353f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,8 @@ jobs:
661661
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
662662
NPM_CONFIG_PROVENANCE: true
663663
run: |
664+
git config user.email 'github-actions[bot]'
665+
git config user.name 'github-actions[bot]@users.noreply.github.com'
664666
yarn nx release
665667
autobot:
666668
name: "Autobot"

0 commit comments

Comments
 (0)