diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:43:49 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:43:49 +0100 |
| commit | c0e74ffb23fcc5f9705c02487119216b54bdce5d (patch) | |
| tree | 17084948cb06a8abea3554e4a53723966788b6e6 | |
| parent | 19d850537869e857e46ff2164ed2285104dc4e88 (diff) | |
Edit .onedev-buildspec.yml
| -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 |