Skip to content

Commit 9728363

Browse files
committed
Update workflow comment
1 parent 3e3c7e6 commit 9728363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPMJSORG_PUBLISH_TOKEN }}
3838
npm config set @shutterstock:registry https://registry.npmjs.org/
3939
40-
- name: Publish with CLI to Code Artifact
40+
- name: Publish with CLI to NPM
4141
run: |
4242
npm publish --access public --ignore-scripts

0 commit comments

Comments
 (0)