Compare commits

...

1 Commits

Author SHA1 Message Date
Samuel Spagl 73cb0a2ffe
Update CI-Job 2023-09-06 19:10:16 +02:00
1 changed files with 1 additions and 7 deletions

View File

@ -17,12 +17,6 @@ jobs:
- name: "Checkout the repository" - name: "Checkout the repository"
uses: "actions/checkout@v3.5.3" uses: "actions/checkout@v3.5.3"
- 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" - name: "ZIP the integration directory"
shell: "bash" shell: "bash"
run: | run: |