Skip to content

Commit

Permalink
fix: set git coords (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds committed Apr 10, 2024
1 parent 7d008a1 commit e7b4b23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- run: pnpm run -r build
- run: pnpm run test

- name: 'Setup git coordinates'
run: |
git config user.name $GH_USER
git config user.email $GH_EMAIL
- name: 'Setup npm registry'
run: |
echo "registry=https://registry.npmjs.org" > .npmrc
Expand Down

0 comments on commit e7b4b23

Please sign in to comment.