Skip to content

Commit 99ae705

Browse files
committed
[XAPI-1794] Force dryrun for now
1 parent a7957b3 commit 99ae705

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
- name: Publish to npm
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62-
run: npm publish ${{ inputs.dry_run && '--dry-run' || '' }}
62+
run: |
63+
echo "options: ${{ inputs.dry_run && '--dry-run' || '' }}"
64+
npm publish --dry-run
6365
working-directory: xero-node
6466

6567
notify-codegen-repo:

0 commit comments

Comments
 (0)