We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86857f3 + ce46159 commit 7a919f0Copy full SHA for 7a919f0
.github/workflows/upgrade_automation.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Update release
37
run: |
38
FLYTEIDL_VERSION=$(curl --silent "https://api.github.com/repos/flyteorg/flyteidl/releases/latest" | jq -r .tag_name)
39
- yarn upgrade @flyteorg/flyteidl@$FLYTEIDL_VERSION
+ yarn workspace @flyteorg/flyteidl-types add @flyteorg/flyteidl@$FLYTEIDL_VERSION
40
- name: Create Pull Request
41
id: cpr
42
uses: peter-evans/create-pull-request@v3
0 commit comments