Fix workflow: remove trailing spaces and handle interactive prompt in release-beta

Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-13 01:15:15 +00:00
parent 68ac7656dd
commit 5fbea9d485

View File

@ -153,7 +153,9 @@ jobs:
env:
RELEASE_BETA_VERSION: ${{ inputs.version }}
RELEASE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run release-beta
run: |
# Send a space character to continue past the pressAnyKey prompt
printf " " | npm run release-beta
- name: Create dist tarball
run: |