Skip to content

Commit baebf38

Browse files
fix: add git author identity with setup-git-user action (#101)
1 parent 750ec97 commit baebf38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17+
- uses: fregante/setup-git-user@v1
1718
- name: Setup Nodejs
1819
uses: actions/setup-node@v1
1920
with:

0 commit comments

Comments
 (0)