We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168d6d6 commit e41a9c9Copy full SHA for e41a9c9
1 file changed
.github/workflows/publish.yml
@@ -57,8 +57,6 @@ jobs:
57
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
58
59
- name: Publish to npm
60
- env:
61
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62
run: npm publish ${{ inputs.dry_run && '--dry-run' || '' }}
63
working-directory: xero-node
64
0 commit comments