From b5a9356b8061cb01257950ca179a9b1315f345fb Mon Sep 17 00:00:00 2001 From: Anton Franzluebbers Date: Sun, 13 Nov 2022 23:46:55 -0500 Subject: [PATCH] testing npm autopublish 3 --- .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 689a594..0c2bbe9 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: ./TestVelGameServer/Packages/VelNetUnity env: NODE_AUTH_TOKEN: ${{secrets.VERDACCIO_TOKEN}}