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 }}"
|
||||
fi
|
||||
|
||||
# Append channel to project name if not latest
|
||||
if [ "$CHANNEL" != "latest" ]; then
|
||||
# Append channel to project name if not latest (but not for testing)
|
||||
if [ "$CHANNEL" != "latest" ] && [ "$PROJECT" != "hamh-testing" ]; then
|
||||
PROJECT="$PROJECT-$CHANNEL"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user