Don't publish a stable release on RC tags

This commit is contained in:
Ian Davis 2022-07-27 13:06:35 -07:00
parent aa0aaccc24
commit 7e47ab2a1e
2 changed files with 22 additions and 2 deletions

View File

@ -1123,7 +1123,17 @@ workflows:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- /^v\d+\.\d+\.\d+$/
- publish-snapcraft:
name: publish-snapcraft-candidate
channel: candidate
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+-rc\d+$/
- publish-dockerhub:
name: publish-dockerhub
tag: stable

View File

@ -883,7 +883,17 @@ workflows:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- /^v\d+\.\d+\.\d+$/
- publish-snapcraft:
name: publish-snapcraft-candidate
channel: candidate
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+-rc\d+$/
- publish-dockerhub:
name: publish-dockerhub
tag: stable