diff --git a/.github/workflows/deploy-latest-helm-version.yaml b/.github/workflows/deploy-latest-helm-version.yaml index f0bd3e3f..764fd773 100644 --- a/.github/workflows/deploy-latest-helm-version.yaml +++ b/.github/workflows/deploy-latest-helm-version.yaml @@ -19,6 +19,6 @@ jobs: gh workflow run updatecli-helm-integration-tests.yaml \ --repo prefecthq/ops-cluster-deployment \ --ref main \ - -f helm_version=${{ github.release_version }} + -f release_version=${{ github.release_version }} env: GITHUB_TOKEN: ${{ secrets.OPS_CLUSTER_DEPLOYMENT_ACTIONS_RW }}