Skip to content

Commit 2fb8c0e

Browse files
anishasthanasutaakar
authored andcommitted
Change remaining is-latest references to stable
Signed-off-by: Anish Asthana <[email protected]>
1 parent 72e9e64 commit 2fb8c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-codeflare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
semver_version="${{ github.event.inputs.codeflare-sdk-version }}"
9090
plain_version="${semver_version:1}"
91-
gh workflow run release.yaml --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --ref ${{ github.ref }} --field release-version=${plain_version} --field is-latest=${{ github.event.inputs.is-stable }} --field quay-organization=${{ github.event.inputs.quay-organization }}
91+
gh workflow run release.yaml --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --ref ${{ github.ref }} --field release-version=${plain_version} --field is-stable=${{ github.event.inputs.is-stable }} --field quay-organization=${{ github.event.inputs.quay-organization }}
9292
env:
9393
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
9494
shell: bash

0 commit comments

Comments
 (0)