From e303563da761eeec5c1305f03ad19ddb95dd44e8 Mon Sep 17 00:00:00 2001 From: Andres Otaduy Date: Fri, 25 Jun 2021 00:58:22 -0300 Subject: [PATCH] fix actions --- .github/workflows/npm-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e682b33..eef4b18 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,10 +15,11 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 12 - - run: npm ci - - run: npm test - run: git config --global user.email "aotaduy@users.noreply.github.com" - run: git config --global user.name "Andres Otaduy" + - run: git checkout master + - run: npm ci + - run: npm test - run: npm version patch - run: git push