Skip to content

Commit

Permalink
chore: fix yarn upgrade for cdktf
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Feb 12, 2024
1 parent 2e29b15 commit 79c7990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:
pr:
[
{ name: "cli", packages: ["cdktf-cli", "@cdktf/cli-core"] },
{ name: "lib", packages: ["cdktf"] },
# A dumb hack to make the resulting expansion expression work since { cdktf }
# searches for the literal string, whereas { cdktf, cdktf } searches for either cdktf or cdktf
{ name: "lib", packages: ["cdktf", "cdktf"] },
{
name: "util",
packages:
Expand Down

0 comments on commit 79c7990

Please sign in to comment.