Skip to content

Commit

Permalink
chore: third time is a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
mukaschultze committed Jan 17, 2024
1 parent 2b37c2d commit 5f51dfa
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 @@ -21,7 +21,7 @@ jobs:
shell: "bash"
run: |
TAG=${{ github.event.release.tag_name }}
yq -i -o json '.version="${TAG#v}"' \
yq -i -o json '.version="${{TAG#v}}"' \
"${{ github.workspace }}/custom_components/must_inverter/manifest.json"
- name: "ZIP the integration directory"
Expand Down

0 comments on commit 5f51dfa

Please sign in to comment.