Skip to content

Commit b562b54

Browse files
Update release.yml
1 parent 628ea04 commit b562b54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
echo "registry=https://registry.npmjs.org/" >> .npmrc
3636
echo "always-auth=true" >> .npmrc
3737
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
3843

3944
- name: Create Release Pull Request or Publish
4045
id: changesets

0 commit comments

Comments
 (0)