From ce461593cf68ecc07000a52ac40c95455ab9b9f2 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:26:28 -0700 Subject: [PATCH] fix: generation of flyteidl bump in gh workflow (#823) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- .github/workflows/upgrade_automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade_automation.yml b/.github/workflows/upgrade_automation.yml index d63f34ec9..6408ace69 100644 --- a/.github/workflows/upgrade_automation.yml +++ b/.github/workflows/upgrade_automation.yml @@ -36,7 +36,7 @@ jobs: - name: Update release run: | FLYTEIDL_VERSION=$(curl --silent "https://api.github.com/repos/flyteorg/flyteidl/releases/latest" | jq -r .tag_name) - yarn upgrade @flyteorg/flyteidl@$FLYTEIDL_VERSION + yarn workspace @flyteorg/flyteidl-types add @flyteorg/flyteidl@$FLYTEIDL_VERSION - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v3