Skip to content

Commit

Permalink
Update desktop build workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 25, 2024
1 parent 3b8c520 commit c5abcfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c5abcfa

Please sign in to comment.