We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29eb6da commit 3c99380Copy full SHA for 3c99380
1 file changed
.github/workflows/BuildAndPublish.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 22
18
+ registry-url: "https://registry.npmjs.org"
19
- uses: open-inc/github-action-npm-login@v1
20
env:
21
NPM_REGISTRY: ${{secrets.OPENINC_NPM_REGISTRY }}
@@ -35,6 +36,6 @@ jobs:
35
36
git push && git push --tags
37
38
- name: Build
- run: pnpm run build
39
+ run: pnpm run build
40
- name: Publish
41
run: pnpm run publish
0 commit comments