Skip to content

Commit

Permalink
πŸ’š Remove release build step
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Mar 29, 2021
1 parent 65bb189 commit c673ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
key: v1/${{ runner.os }}/node-12/${{ hashFiles('**/yarn.lock') }}
restore-keys: v1/${{ runner.os }}/node-12/
- run: yarn
- run: yarn build
- run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c673ab2

Please sign in to comment.