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