diff --git a/.yamato/promote.yml b/.yamato/promote.yml index 7173b10d9..ed6cb1226 100644 --- a/.yamato/promote.yml +++ b/.yamato/promote.yml @@ -53,10 +53,10 @@ promote: commands: - npm install upm-ci-utils@stable -g --registry {{ upmci_registry }} - upm-ci package promote --package-path ./com.unity.perception - triggers: - tags: - only: - - /^(r|R)elease-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/ +# triggers: +# tags: +# only: +# - /^(r|R)elease-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/ artifacts: artifacts: paths: diff --git a/.yamato/publish.yml b/.yamato/publish.yml index d4f6c24c4..c9a7247d6 100644 --- a/.yamato/publish.yml +++ b/.yamato/publish.yml @@ -11,10 +11,10 @@ publish: commands: - npm install upm-ci-utils@stable -g --registry {{ upmci_registry }} - upm-ci package publish --package-path com.unity.perception - triggers: - tags: - only: - - /^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/ +# triggers: +# tags: +# only: +# - /^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/ artifacts: artifacts: paths: