Skip to content

Commit ff9bbe2

Browse files
committed
removing tags for release flow
1 parent 07ea8c1 commit ff9bbe2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.yamato/promote.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ promote:
5353
commands:
5454
- npm install upm-ci-utils@stable -g --registry {{ upmci_registry }}
5555
- upm-ci package promote --package-path ./com.unity.perception
56-
triggers:
57-
tags:
58-
only:
59-
- /^(r|R)elease-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
56+
# triggers:
57+
# tags:
58+
# only:
59+
# - /^(r|R)elease-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
6060
artifacts:
6161
artifacts:
6262
paths:

.yamato/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ publish:
1111
commands:
1212
- npm install upm-ci-utils@stable -g --registry {{ upmci_registry }}
1313
- upm-ci package publish --package-path com.unity.perception
14-
triggers:
15-
tags:
16-
only:
17-
- /^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
14+
# triggers:
15+
# tags:
16+
# only:
17+
# - /^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
1818
artifacts:
1919
artifacts:
2020
paths:

0 commit comments

Comments
 (0)