Skip to content

Commit

Permalink
chore: update hassio release version (#16471)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecem authored Oct 3, 2024
1 parent 31f2df2 commit 3b6de6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Update version
run: |
sed -i -e s#\"version.*#\"version\":\ \"$(echo ${{ github.ref }} | sed -e s#refs/tags/##)\",# ./hassio/evcc/config.json
sed -i -e s#version.*#version\:\ $(echo ${{ github.ref }} | sed -e s#refs/tags/##)# ./hassio/evcc/config.yaml
- name: Push
run: |
Expand Down

0 comments on commit 3b6de6f

Please sign in to comment.