From 73cb0a2ffe7c8592ff39dc02f49a6bc95a63d262 Mon Sep 17 00:00:00 2001 From: Samuel Spagl <46893256+samuelspagl@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:10:16 +0200 Subject: [PATCH] Update CI-Job --- .github/workflows/release.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b26e0f2..556f06d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 \ No newline at end of file + files: ${{ github.workspace }}/custom_components/samsung_soundbar/samsung_soundbar.zip