Skip to content

Commit

Permalink
fix(ci): Update release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Birkner committed Nov 19, 2024
1 parent 8f38269 commit 7a689e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ echo "Führe folgenden Befehl aus: $zipCommand"
jsonFile="hacs.json"

if [ -f "$jsonFile" ]; then
jq ".filename = \"spoolman-homeassistant_${nextReleaseVersion}.zip\"" "$jsonFile" > temp.json
jq ".filename = \"einskomma5grad-homeassistant_${nextReleaseVersion}.zip\"" "$jsonFile" > temp.json
mv temp.json "$jsonFile"
echo "Die Eigenschaft 'filename' in '$jsonFile' wurde auf 'spoolman-homeassistant_${nextReleaseVersion}.zip' aktualisiert."
echo "Die Eigenschaft 'filename' in '$jsonFile' wurde auf 'einskomma5grad-homeassistant_${nextReleaseVersion}.zip' aktualisiert."
else
echo "Die Datei '$jsonFile' wurde nicht gefunden."
fi
Expand Down

0 comments on commit 7a689e0

Please sign in to comment.