We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ea4b6 commit ef78092Copy full SHA for ef78092
1 file changed
.github/workflows/npmPublishBeta.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-node@v2
13
with:
14
node-version: 18
15
-
+ registry-url: https://registry.npmjs.org/
16
- run: yarn install
17
- run: yarn build
18
- run: yarn test:ci
0 commit comments