We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd3b27 commit 68f638bCopy full SHA for 68f638b
1 file changed
.github/workflows/publish.yml
@@ -39,6 +39,7 @@ jobs:
39
uses: actions/setup-node@v6
40
with:
41
node-version: '20'
42
+ registry-url: 'https://registry.npmjs.org/'
43
44
- name: Install dependencies
45
run: npm ci
@@ -72,8 +73,6 @@ jobs:
72
73
############# NPM RELEASE ##############
74
- name: Publish to NPM
75
run: npm publish --provenance --access public # Add npm --tag (dist-tag) later
- env:
76
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
77
78
- name: Success notification
79
run: |
0 commit comments