Skip to content

Commit c5abcfa

Browse files
committed
Update desktop build workflow dispatch
1 parent 3b8c520 commit c5abcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: Trigger desktop builds
5555
run: |
5656
if [[ "${{ github.ref_type }}" == "tag" ]]; then
57-
gh workflow run -R livebook-dev/livebook_cd build.yml -f ref_name=${{ github.ref_name }}
57+
gh workflow run -R livebook-dev/livebook_cd build.yml -f ref=${{ github.ref_name }} -f release_name=${{ github.ref_name }}
5858
else
59-
gh workflow run -R livebook-dev/livebook_cd build.yml -f ref_name=${{ github.sha }} -f release_name=nightly
59+
gh workflow run -R livebook-dev/livebook_cd build.yml -f ref=${{ github.sha }} -f release_name=nightly
6060
fi
6161
6262
docker:

0 commit comments

Comments
 (0)