Skip to content

Commit

Permalink
updated git config in action
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenrobo committed Aug 2, 2021
1 parent d54cdfc commit ca21213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: '@teamdotworld'
- name: setup git config
run: |
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- run: npm install
- run: npm run release -- minor --ci
env:
Expand Down

0 comments on commit ca21213

Please sign in to comment.