Skip to content

Commit 3e3c7e6

Browse files
committed
Attempt to fix publish
1 parent da5855b commit 3e3c7e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
run: npm run test
3434

3535
- name: NPM registry authentication
36-
run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPMJSORG_PUBLISH_TOKEN }}
36+
run: |
37+
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPMJSORG_PUBLISH_TOKEN }}
38+
npm config set @shutterstock:registry https://registry.npmjs.org/
3739
3840
- name: Publish with CLI to Code Artifact
3941
run: |

0 commit comments

Comments
 (0)