We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5855b commit 3e3c7e6Copy full SHA for 3e3c7e6
.github/workflows/publish.yml
@@ -33,7 +33,9 @@ jobs:
33
run: npm run test
34
35
- name: NPM registry authentication
36
- run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPMJSORG_PUBLISH_TOKEN }}
+ run: |
37
+ npm set //registry.npmjs.org/:_authToken ${{ secrets.NPMJSORG_PUBLISH_TOKEN }}
38
+ npm config set @shutterstock:registry https://registry.npmjs.org/
39
40
- name: Publish with CLI to Code Artifact
41
run: |
0 commit comments