Skip to content

Commit bc5d149

Browse files
committed
Merge branch 'master' of github.com:StansAssets/com.stansassets.plugins-dev-kit
2 parents fc4625d + 8a528fe commit bc5d149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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}}

com.stansassets.plugins-dev-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.stansassets.plugins-dev-kit",
33
"displayName": "Stans Assets - Plugin Dev Kit",
4-
"version": "0.0.1-preview",
4+
"version": "0.0.3-preview",
55
"unity": "2019.3",
66
"description": "Package Sample.",
77
"dependencies": {

0 commit comments

Comments
 (0)