Skip to content

Commit fb2cf12

Browse files
authored
Merge pull request #1946 from o1-labs/ci-configure-github-before-tagging
Configure GH before creating a tag
2 parents 86e9ee5 + 7fdae2a commit fb2cf12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,11 @@ jobs:
311311
env:
312312
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
313313

314+
- name: Configure Git
315+
run: |
316+
git config --local user.email "[email protected]"
317+
git config --local user.name "GitHub Action"
318+
314319
- name: Tag new version
315320
if: ${{ steps.publish.outputs.type }} # https://github.com/JS-DevTools/npm-publish?tab=readme-ov-file#action-output
316321
env:

0 commit comments

Comments
 (0)