Skip to content

Commit

Permalink
chore: pop first tag char on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mukaschultze committed Jan 17, 2024
1 parent 22ef683 commit 7347be8
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 @@ -20,7 +20,7 @@ jobs:
- name: "Adjust version number"
shell: "bash"
run: |
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
yq -i -o json '.version="${{ github.event.release.tag_name:1 }}"' \
"${{ github.workspace }}/custom_components/must_inverter/manifest.json"
- name: "ZIP the integration directory"
Expand Down

0 comments on commit 7347be8

Please sign in to comment.