Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Sep 21, 2023
1 parent 77528e8 commit 4d7384f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Publish
run: |
yarn workspace ${{ steps.tagName.outputs.package }} run npm publish --tag latest
yarn workspace ${{ steps.tagName.outputs.package }} npm publish
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs

npmPublishAccess: public

0 comments on commit 4d7384f

Please sign in to comment.