Commit a151394

Anton Medvedev <antonmedv@google.com>
2021-05-19 09:21:53
Update npm-publish.yml tag: 1.7.5
1 parent 3b75b47
Changed files (1)
.github
.github/workflows/npm-publish.yml
@@ -13,8 +13,8 @@ jobs:
         with:
           node-version: 14
       - run: |
-          git config user.name github-actions
-          git config user.email github-actions@github.com
+          git config user.name Anton Medvedev
+          git config user.email antonmedv@google.com
       - run: npm i
       - run: npm test
       - run: npm version ${{ github.event.release.tag_name }}