We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628ea04 commit b562b54Copy full SHA for b562b54
.github/workflows/release.yml
@@ -35,6 +35,11 @@ jobs:
35
echo "registry=https://registry.npmjs.org/" >> .npmrc
36
echo "always-auth=true" >> .npmrc
37
echo "@aci-sdk:registry=https://registry.npmjs.org/" >> .npmrc
38
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
39
+ cat .npmrc
40
+
41
+ - name: Verify npm authentication
42
+ run: npm whoami
43
44
- name: Create Release Pull Request or Publish
45
id: changesets
0 commit comments