diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6081a0e4..cef4134b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,9 +29,6 @@ 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 }}