Skip to content

Commit

Permalink
removing tags for release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley201 committed Mar 15, 2021
1 parent 07ea8c1 commit ff9bbe2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .yamato/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .yamato/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff9bbe2

Please sign in to comment.