Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
paschalidi committed Jan 16, 2020
1 parent 5cbaf73 commit 406f594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 12
- run: yarn
- run: npm run linter:check
- run: yarn linter:check
- run: yarn test

publish-npm:
Expand All @@ -26,5 +26,5 @@ jobs:
- run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
- run: npm run deploy:storybook
- run: yarn deploy:storybook
- run: yarn publish --new-version ${GITHUB_REF#"refs/tags/"} --no-git-tag-version

0 comments on commit 406f594

Please sign in to comment.