Skip to content

Commit

Permalink
feat: add git uname and email.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baggins800 committed May 27, 2024
1 parent 85f714a commit 18f425a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
node-version: 16
- run: npm ci
- name: Set Git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "Ruan Luies"
- run: npm run release
- name: Set Git user
run: |
Expand All @@ -51,7 +55,7 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

test-on-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 18f425a

Please sign in to comment.