浏览代码

removing tags for release flow

/0.8.0-preview.1_staging
Wesley Mareovich Smith 4 年前
当前提交
775b875a
共有 2 个文件被更改,包括 8 次插入8 次删除
  1. 8
      .yamato/promote.yml
  2. 8
      .yamato/publish.yml

8
.yamato/promote.yml


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:

8
.yamato/publish.yml


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:

正在加载...
取消
保存