We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49c511 commit 217b6a3Copy full SHA for 217b6a3
1 file changed
.github/workflows/alpha-deployment.yml
@@ -76,5 +76,6 @@ jobs:
76
steps:
77
- name: Run publisher
78
run: |
79
- Start-Process "C:\dependencies\alpha\version-publisher.exe" -ArgumentList '88.196.79.239', '${{ github.event.inputs.version_tag }}' -Wait
+ Start-Process "C:\dependencies\alpha\version-publisher.exe" -ArgumentList '88.196.79.239', '${{ github.event.inputs.version_tag }}' -Wait -NoNewWindow
80
+ echo "Scheduled release to alpha for version ${{ github.event.inputs.version_tag }}."
81
0 commit comments