diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9472219..effd1cf 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,6 +17,6 @@ jobs: node-version: 16 registry-url: 'https://registry.npmjs.org' - name: Publish package on NPM 📦 - run: npm run build && npm publish dist/seerbit-angular + run: npm run build && npm publish /home/runner/work/seerbit-angular/seerbit-angular/dist/seerbit-angular env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}