update release.yaml
This commit is contained in:
parent
735fd53644
commit
a28def5313
|
@ -15,7 +15,13 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- name: "Checkout the repository"
|
||||
uses: "actions/checkout@v3.5.3"
|
||||
uses: "actions/checkout@v4.1.0"
|
||||
|
||||
- name: "Adjust version number"
|
||||
shell: "bash"
|
||||
run: |
|
||||
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
|
||||
"${{ github.workspace }}/custom_components/samsung_soundbar/manifest.json"
|
||||
|
||||
- name: "ZIP the integration directory"
|
||||
shell: "bash"
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
"iot_class": "cloud_polling",
|
||||
"issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
|
||||
"requirements": ["pysmartthings"],
|
||||
"version": "0.2.0"
|
||||
"version": "0.3.0b2"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue