testing npm autopublish
parent
3778b0368c
commit
864b60846c
|
|
@ -15,5 +15,6 @@ jobs:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
registry-url: http://npm.ugavel.com/
|
registry-url: http://npm.ugavel.com/
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
|
working-directory: TestVelGamesServer/Packages/VelNetUnity
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.VERDACCIO_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.VERDACCIO_TOKEN}}
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "edu.uga.engr.vel.velnet",
|
"name": "edu.uga.engr.vel.velnet",
|
||||||
"displayName": "VelNet",
|
"displayName": "VelNet",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"unity": "2019.1",
|
"unity": "2019.1",
|
||||||
"description": "A custom networking library for Unity.",
|
"description": "A custom networking library for Unity.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue