Skip to content

Commit

Permalink
fix yarn publish again
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Jul 6, 2022
1 parent a4569f7 commit 13c786a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install package dependencies
run: yarn install --prefer-offline --frozen-lockfile --network-concurrency 1

- name: Build packages
run: yarn build

- name: Publish npm package
run: yarn publish --non-interactive --access public
env:
Expand Down

0 comments on commit 13c786a

Please sign in to comment.