Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
parent
efacfa3696
commit
d7df61f980
1 changed files with 2 additions and 2 deletions
|
@ -220,9 +220,9 @@ stages:
|
|||
create_manifest "$(homeassistantRelease)" "$(homeassistantRelease)"
|
||||
|
||||
# Create general tags
|
||||
if [[ "$version" =~ d ]]; then
|
||||
if [[ "$(homeassistantRelease)" =~ d ]]; then
|
||||
create_manifest "dev" "$(homeassistantRelease)"
|
||||
elif [[ "$version" =~ b ]]; then
|
||||
elif [[ "$(homeassistantRelease)" =~ b ]]; then
|
||||
create_manifest "beta" "$(homeassistantRelease)"
|
||||
create_manifest "rc" "$(homeassistantRelease)"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue