Skip to content

Commit ad015a0

Browse files
fix: Fixing validation for UTP Adapter (#1386)
1 parent 3e4df72 commit ad015a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/project-promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ promote_{{ project.name }}_{{ package.name }}:
3939
- "upm-ci~/packages/*.tgz"
4040
dependencies:
4141
- .yamato/project-pack.yml#pack_{{ project.name }}
42-
- .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ project.packages.first.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
42+
- .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
4343

4444
promote_{{ project.name }}_{{ package.name }}_dry_run:
4545
name: Promote Project {{ project.name }} - Package {{ package.name }} to Production (dry-run)
@@ -58,7 +58,7 @@ promote_{{ project.name }}_{{ package.name }}_dry_run:
5858
- "upm-ci~/packages/*.tgz"
5959
dependencies:
6060
- .yamato/project-pack.yml#pack_{{ project.name }}
61-
- .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ project.packages.first.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
61+
- .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
6262

6363
{% endfor -%}
6464

0 commit comments

Comments
 (0)