Skip to content

Commit 9ffd76e

Browse files
authored
fix: properly publish with yarn berry (#35)
1 parent b6ef2c1 commit 9ffd76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: yarn build
2727

2828
- name: Publish (NPM)
29-
run: yarn publish --access public
29+
run: yarn npm publish --access public
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3232

@@ -35,6 +35,6 @@ jobs:
3535
registry-url: 'https://npm.pkg.github.com'
3636

3737
- name: Publish (GPR)
38-
run: yarn publish
38+
run: yarn npm publish
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)