diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f36b45b1..055fc08c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,5 +33,5 @@ jobs: - name: Publish to npm env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npm publish + run: npm publish --access public working-directory: xero-node