Commit 506b0d5

Anton Medvedev <antonmedv@google.com>
2021-05-19 09:04:56
Update npm-publish.yml tag: 1.7.2
1 parent 56c9f91
Changed files (1)
.github
.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 }}