From 19ba47c3ea09253df453522c8329dcea329cac25 Mon Sep 17 00:00:00 2001 From: Anton Franzluebbers Date: Sun, 13 Nov 2022 23:45:36 -0500 Subject: [PATCH] testing npm autopublish 2 --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9e8a684..689a594 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,6 +15,6 @@ jobs: node-version: 16 registry-url: http://npm.ugavel.com/ - run: npm publish - working-directory: TestVelGamesServer/Packages/VelNetUnity + working-directory: ../TestVelGamesServer/Packages/VelNetUnity env: NODE_AUTH_TOKEN: ${{secrets.VERDACCIO_TOKEN}}