We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3a3fd commit b94d2aaCopy full SHA for b94d2aa
.github/workflows/release_publish_to_npm.yml
@@ -20,6 +20,6 @@ jobs:
20
registry-url: https://registry.npmjs.org/
21
22
# Publish to npm
23
- - run: npm publish com.stansassets.plugins-dev-kit --access public
+ - run: npm publish --access public
24
env:
25
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments