We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a040aa6 commit a4cf575Copy full SHA for a4cf575
.github/workflows/project-codeflare-release.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Release MCAD
72
run: |
73
- gh workflow run mcad-release.yml --repo ${{ github.event.inputs.codeflare-repository-organization }}/multi-cluster-app-dispatcher --ref go-1.20 --field tag=${{ github.event.inputs.mcad-version }}
+ gh workflow run mcad-release.yml --repo ${{ github.event.inputs.codeflare-repository-organization }}/multi-cluster-app-dispatcher --ref ${{ github.ref }} --field tag=${{ github.event.inputs.mcad-version }}
74
env:
75
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
76
shell: bash
0 commit comments