Skip to content

Commit

Permalink
Bump HA version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jun 29, 2023
1 parent 825b43e commit a7fc800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
if [[ ${{ steps.meta.outputs.VERSION }} =~ ^[0-9]+\.[0-9]+\.[0-9]+(-.*)?$ ]]; then
sed -i "s/^VERSION=.*/VERSION=${{ steps.meta.outputs.VERSION }}/" ./app/.env
jq '.version = ${{ steps.meta.outputs.VERSION }}' ./app/config.json > updated.json
jq --arg VERSION "${{ steps.meta.outputs.VERSION }}" '.version = $VERSION' ./app/config.json > updated.json
mv updated.json ./app/config.json
fi
Expand Down

0 comments on commit a7fc800

Please sign in to comment.