Update CI-Job

This commit is contained in:
Samuel Spagl 2023-09-06 19:10:16 +02:00 committed by GitHub
parent 21a74e55db
commit 73cb0a2ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -17,12 +17,6 @@ jobs:
- name: "Checkout the repository"
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"
shell: "bash"
run: |
@ -32,4 +26,4 @@ jobs:
- name: "Upload the ZIP file to the release"
uses: softprops/action-gh-release@v0.1.15
with:
files: ${{ github.workspace }}/custom_components/samsung_soundbar/samsung_soundbar.zip
files: ${{ github.workspace }}/custom_components/samsung_soundbar/samsung_soundbar.zip