Enable deb and rpm builds on tags

Since we're not using an automatic tagging pipeline we should instead
create the deb and rpm builds when externally created tags come through
CI.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
main
Mario Limonciello 2023-11-15 13:54:43 -06:00
parent 124b66396a
commit 9009038b17
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ deb-release:
- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
when: never
- if: $RELEASE_TOKEN
- if: $CI_COMMIT_TAG
artifacts:
paths:
- dist/*
@ -45,6 +46,7 @@ rpm-release:
- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
when: never
- if: $RELEASE_TOKEN
- if: $CI_COMMIT_TAG
artifacts:
paths:
- dist/*