mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Fix nightly manifest (#67489)
This commit is contained in:
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@@ -339,7 +339,7 @@ jobs:
|
|||||||
|
|
||||||
# Create general tags
|
# Create general tags
|
||||||
if [[ "${{ needs.init.outputs.version }}" =~ d ]]; then
|
if [[ "${{ needs.init.outputs.version }}" =~ d ]]; then
|
||||||
create_manifest"dev" "${{ needs.init.outputs.version }}"
|
create_manifest "dev" "${{ needs.init.outputs.version }}"
|
||||||
elif [[ "${{ needs.init.outputs.version }}" =~ b ]]; then
|
elif [[ "${{ needs.init.outputs.version }}" =~ b ]]; then
|
||||||
create_manifest "beta" "${{ needs.init.outputs.version }}"
|
create_manifest "beta" "${{ needs.init.outputs.version }}"
|
||||||
create_manifest "rc" "${{ needs.init.outputs.version }}"
|
create_manifest "rc" "${{ needs.init.outputs.version }}"
|
||||||
|
Reference in New Issue
Block a user