diff options
| -rw-r--r-- | .onedev-buildspec.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 045f7ed..b8dbdae 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -22,6 +22,11 @@ jobs: name: Publish artifacts: dist/ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL + triggers: + - !TagCreateTrigger + tags: release-v**-**-** + branches: master + projects: natix retryCondition: never maxRetries: 3 retryDelay: 30 |