Skip to content

Commit 3c99380

Browse files
committed
Update CI
1 parent 29eb6da commit 3c99380

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/BuildAndPublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 22
18+
registry-url: "https://registry.npmjs.org"
1819
- uses: open-inc/github-action-npm-login@v1
1920
env:
2021
NPM_REGISTRY: ${{secrets.OPENINC_NPM_REGISTRY }}
@@ -35,6 +36,6 @@ jobs:
3536
git push && git push --tags
3637
3738
- name: Build
38-
run: pnpm run build
39+
run: pnpm run build
3940
- name: Publish
4041
run: pnpm run publish

0 commit comments

Comments
 (0)