We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358c4df commit e291f06Copy full SHA for e291f06
.github/workflows/npm-publish.yml
@@ -15,6 +15,8 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Use Node.js
17
uses: actions/setup-node@v4
18
+ with:
19
+ registry-url: 'https://registry.npmjs.org'
20
- run: |
21
npm install
22
npm publish --provenance
0 commit comments