Skip to content

Commit 423325f

Browse files
committed
ci: add registry url to yarn publish cmd
1 parent 24e42c7 commit 423325f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
${{ runner.os }}-node-
6060
- run: yarn install --frozen-lockfile
6161

62-
- run: yarn publish
62+
- run: yarn publish --registry=https://npm.pkg.github.com
6363
env:
6464
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)