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:
parent
68ac7656dd
commit
5fbea9d485
4
.github/workflows/beta-release.yml
vendored
4
.github/workflows/beta-release.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user