Commit 506b0d5
Changed files (1)
.github
workflows
.github/workflows/npm-publish.yml
@@ -12,15 +12,15 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
+ - run: |
+ git config user.name github-actions
+ git config user.email github-actions@github.com
- run: npm i
- run: npm test
- run: npm version ${{ github.event.release.tag_name }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- - run: |
- git config user.name github-actions
- git config user.email github-actions@github.com
- run: git push
env:
github-token: ${{ secrets.GITHUB_TOKEN }}