We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3c7e6 commit 9728363Copy full SHA for 9728363
.github/workflows/publish.yml
@@ -37,6 +37,6 @@ jobs:
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
+ - name: Publish with CLI to NPM
41
run: |
42
npm publish --access public --ignore-scripts
0 commit comments