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.
2 parents fc4625d + 8a528fe commit bc5d149Copy full SHA for bc5d149
.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 <your-package-name> --access public
+ - run: npm publish com.stansassets.plugins-dev-kit --access public
24
env:
25
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
com.stansassets.plugins-dev-kit/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "com.stansassets.plugins-dev-kit",
3
"displayName": "Stans Assets - Plugin Dev Kit",
4
- "version": "0.0.1-preview",
+ "version": "0.0.3-preview",
5
"unity": "2019.3",
6
"description": "Package Sample.",
7
"dependencies": {
0 commit comments