mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
fix: don't append channel to hamh-testing project directory
This commit is contained in:
4
.github/workflows/release-addons.yaml
vendored
4
.github/workflows/release-addons.yaml
vendored
@@ -52,8 +52,8 @@ jobs:
|
|||||||
CHANGELOG_URL="${{ github.event.inputs.changelogUrl }}"
|
CHANGELOG_URL="${{ github.event.inputs.changelogUrl }}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Append channel to project name if not latest
|
# Append channel to project name if not latest (but not for testing)
|
||||||
if [ "$CHANNEL" != "latest" ]; then
|
if [ "$CHANNEL" != "latest" ] && [ "$PROJECT" != "hamh-testing" ]; then
|
||||||
PROJECT="$PROJECT-$CHANNEL"
|
PROJECT="$PROJECT-$CHANNEL"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user