Skip to content

Commit 3928ebe

Browse files
committed
Comply with spec
1 parent 72307af commit 3928ebe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm-publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v2
2525
with:
2626
node-version: 20
27+
registry-url: 'https://registry.npmjs.org'
2728

2829
# Only install dev dependencies, for the binary. No need to install deps for the source code.
2930
- name: Install dependencies
@@ -34,9 +35,6 @@ jobs:
3435
- name: Build binary
3536
run: pnpm run build-bin
3637
working-directory: ./examples/get-started
37-
- name: Run git diff
38-
run: git diff
39-
working-directory: ./examples/get-started
4038

4139
- name: Publish to npm
4240
# --no-git-checks is needed because "rollup-linux-x64-gnu" is out sync

0 commit comments

Comments
 (0)