Skip to content

Commit

Permalink
fix: remove install
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Mar 15, 2021
1 parent dfa8109 commit 545bceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install
- run: yarn
- run: yarn test

publish:
Expand All @@ -25,7 +25,7 @@ jobs:
node-version: 12
registry-url: 'https://registry.npmjs.org'
scope: '@solana'
- run: yarn install
- run: yarn
- run: git config --global user.email "[email protected]" && git config --global user.name "$GITHUB_ACTOR"
- run: yarn version --patch
- run: npm run purge:cdn
Expand Down

0 comments on commit 545bceb

Please sign in to comment.