Skip to content

Commit 622a197

Browse files
authored
Update publish.yml
1 parent 138849d commit 622a197

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19-
cache: yarn
19+
registry-url: 'https://registry.npmjs.org'
20+
cache: 'yarn'
2021
- run: yarn --frozen-lockfile
2122
- run: yarn test
2223
- run: npm publish

0 commit comments

Comments
 (0)