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