Skip to content

Commit 217b6a3

Browse files
committed
add message to check scheduled release to alpha
1 parent c49c511 commit 217b6a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/alpha-deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ jobs:
7676
steps:
7777
- name: Run publisher
7878
run: |
79-
Start-Process "C:\dependencies\alpha\version-publisher.exe" -ArgumentList '88.196.79.239', '${{ github.event.inputs.version_tag }}' -Wait
79+
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 }}."
8081

0 commit comments

Comments
 (0)