Skip to content

Commit af3d55d

Browse files
committed
Re-added registry
1 parent f87b42f commit af3d55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Release to npm
33
on:
44
release:
55
types: [published]
6-
76
workflow_dispatch:
87
inputs:
98
version:
@@ -28,6 +27,7 @@ jobs:
2827
uses: actions/setup-node@v4
2928
with:
3029
node-version: "22"
30+
registry-url: "https://registry.npmjs.org"
3131

3232
- name: Set version from tag or input
3333
run: |

0 commit comments

Comments
 (0)