Skip to content

Commit e686742

Browse files
authored
Update release_publish_to_npm.yml
1 parent 46bf099 commit e686742

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 <your-package-name> --access public
23+
- run: npm publish com.stansassets.plugins-dev-kit --access public
2424
env:
2525
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)