Skip to content

Commit ef78092

Browse files
authored
Add registry-url to beta workflow (#148)
1 parent c5ea4b6 commit ef78092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npmPublishBeta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: 18
15-
15+
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
1717
- run: yarn build
1818
- run: yarn test:ci

0 commit comments

Comments
 (0)