diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 79c02b0d..39decf3e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,5 +36,5 @@ jobs: - name: Publish to npm env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm publish --provenance --access public + run: npm publish --access public working-directory: xero-node