Skip to content

Commit

Permalink
Update publish-new-version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Dec 5, 2022
1 parent e378f90 commit 8bf7d31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-new-version.yaml
Expand Up @@ -35,6 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8bf7d31

Please sign in to comment.