We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7957b3 commit 99ae705Copy full SHA for 99ae705
1 file changed
.github/workflows/publish.yml
@@ -59,7 +59,9 @@ jobs:
59
- name: Publish to npm
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62
- run: npm publish ${{ inputs.dry_run && '--dry-run' || '' }}
+ run: |
63
+ echo "options: ${{ inputs.dry_run && '--dry-run' || '' }}"
64
+ npm publish --dry-run
65
working-directory: xero-node
66
67
notify-codegen-repo:
0 commit comments