diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cef4134b..6081a0e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,6 +29,9 @@ jobs: run: npm run build working-directory: xero-node + - name: Debug NPM Token + run: echo ${{ secrets.NPM_TOKEN }} + - name: Publish to npm env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}