We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e366d8 commit d572352Copy full SHA for d572352
1 file changed
.github/workflows/deploy.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
node-version: 16
25
registry-url: "https://registry.npmjs.org"
26
+ always-auth: true
27
28
- name: Build and test npm package
29
run: |
0 commit comments