Skip to content

Commit

Permalink
Merge branch 'master' into flyte-bot-update-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
ursucarina authored Oct 18, 2023
2 parents 86857f3 + ce46159 commit 7a919f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a919f0

Please sign in to comment.