diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d7c5c1..731e326 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - run: yarn - - run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN + - run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN && git status env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm run release