Skip to content

Commit db4f940

Browse files
authored
ci: remove the --dry-run attribute on our package publish job (#567)
1 parent f027e58 commit db4f940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/project-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish_{{ project.name }}_{{ package.name }}:
1010
flavor: b1.large
1111
commands:
1212
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
13-
- upm-ci package publish --package-path {{ package.path }} --dry-run
13+
- upm-ci package publish --package-path {{ package.path }}
1414
artifacts:
1515
artifacts:
1616
paths:

0 commit comments

Comments
 (0)