Skip to content

Commit fae414f

Browse files
author
Dmytro Ivanov
committed
Fixing publish job
1 parent f757ff8 commit fae414f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.yamato/promotion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ promote:
3232
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
3333
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
3434
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
35-
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/ --dry-run
35+
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.1
36+
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/
3637
artifacts:
3738
artifacts:
3839
paths:

0 commit comments

Comments
 (0)