We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8384794 commit 9915574Copy full SHA for 9915574
.github/workflows/publish.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/setup-node@v6
17
with:
18
node-version: 24
19
+ registry-url: "https://registry.npmjs.org"
20
- run: npm install
21
- run: npm run release
22
- run: npm publish --access public
0 commit comments