Update desktop build workflow dispatch

This commit is contained in:
Jonatan Kłosko 2024-10-25 21:56:10 +08:00
parent 3b8c5202ba
commit c5abcfa9dd

View file

@ -54,9 +54,9 @@ jobs:
- name: Trigger desktop builds
run: |
if [[ "${{ github.ref_type }}" == "tag" ]]; then
gh workflow run -R livebook-dev/livebook_cd build.yml -f ref_name=${{ github.ref_name }}
gh workflow run -R livebook-dev/livebook_cd build.yml -f ref=${{ github.ref_name }} -f release_name=${{ github.ref_name }}
else
gh workflow run -R livebook-dev/livebook_cd build.yml -f ref_name=${{ github.sha }} -f release_name=nightly
gh workflow run -R livebook-dev/livebook_cd build.yml -f ref=${{ github.sha }} -f release_name=nightly
fi
docker: