Skip to content

Commit b94d2aa

Browse files
Update release_publish_to_npm.yml
1 parent 8e3a3fd commit b94d2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_publish_to_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
registry-url: https://registry.npmjs.org/
2121

2222
# Publish to npm
23-
- run: npm publish com.stansassets.plugins-dev-kit --access public
23+
- run: npm publish --access public
2424
env:
2525
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)