Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
include codes in releases
  • Loading branch information
litinoveweedle authored May 17, 2024
1 parent d2480bc commit 811187e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
current="$(jq --raw-output .version manifest.json | sed 's/\./\\./g')"
sed -i s/$current/${{ github.event.release.tag_name }}/ manifest.json
- name: "Copy codes"
working-directory: ./
run: |
mv codes custom_components/smartir/codes
- name: "Zip component"
run: |
zip smartir.zip -r ./
Expand Down

0 comments on commit 811187e

Please sign in to comment.