We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8c520 commit c5abcfaCopy full SHA for c5abcfa
.github/workflows/release.yml
@@ -54,9 +54,9 @@ jobs:
54
- name: Trigger desktop builds
55
run: |
56
if [[ "${{ github.ref_type }}" == "tag" ]]; then
57
- 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 }}
58
else
59
- 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
60
fi
61
62
docker:
0 commit comments