Skip to content

Commit 7a919f0

Browse files
authored
Merge branch 'master' into flyte-bot-update-boilerplate
2 parents 86857f3 + ce46159 commit 7a919f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade_automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Update release
3737
run: |
3838
FLYTEIDL_VERSION=$(curl --silent "https://api.github.com/repos/flyteorg/flyteidl/releases/latest" | jq -r .tag_name)
39-
yarn upgrade @flyteorg/flyteidl@$FLYTEIDL_VERSION
39+
yarn workspace @flyteorg/flyteidl-types add @flyteorg/flyteidl@$FLYTEIDL_VERSION
4040
- name: Create Pull Request
4141
id: cpr
4242
uses: peter-evans/create-pull-request@v3

0 commit comments

Comments
 (0)