Skip to content

Commit 427b602

Browse files
committed
fix: Publish
1 parent d6a76e3 commit 427b602

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
@@ -12,13 +12,13 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
cache: "npm"
1615
node-version: "16"
16+
registry-url: "https://registry.npmjs.org"
1717

1818
- name: Install dependencies
1919
run: npm ci
2020

21-
- name: Generate code
21+
- name: Build code
2222
run: |
2323
npm run build
2424

0 commit comments

Comments
 (0)