From cc405395163988e57da16ccd7f854478bbdeef4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20L=C3=B3pez=20Vicente?= Date: Sun, 24 Mar 2024 21:18:29 +0100 Subject: [PATCH] Revert "Update release (#18)" This reverts commit 51729934943ab8b9916b59d99253579fa58b2402. --- .github/workflows/release.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee708ec..c018ccd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ on: jobs: release: - name: Release + name: Release the Spook! 👻 runs-on: ubuntu-latest permissions: contents: write @@ -25,23 +25,23 @@ jobs: version="${version#v}" yq e -P -o=json \ -i ".version = \"${version}\"" \ - "${{ github.workspace }}/custom_components/tarifa_20td/manifest.json" + "${{ github.workspace }}/custom_components/tariff_20td/manifest.json" yq e -P -o=json \ -i ".version = \"${version}\"" \ - "${{ github.workspace }}/custom_components/tarifa_20td/integrations/tarifa_20td_inverse/manifest.json" + "${{ github.workspace }}/custom_components/tariff_20td/integrations/tariff_20td_inverse/manifest.json" - name: 📦 Created zipped release package shell: bash run: | - cd "${{ github.workspace }}/custom_components/tarifa_20td" - zip tarifa_20td.zip -r ./ + cd "${{ github.workspace }}/custom_components/tariff_20td" + zip tariff_20td.zip -r ./ - name: 🔏 Sign release package uses: sigstore/gh-action-sigstore-python@v2.1.1 with: - inputs: ${{ github.workspace }}/custom_components/tarifa_20td/tarifa_20td.zip + inputs: ${{ github.workspace }}/custom_components/tariff_20td/tariff_20td.zip - name: ⬆️ Upload zip to release uses: softprops/action-gh-release@v2.0.4 with: - files: ${{ github.workspace }}/custom_components/tarifa_20td/tarifa_20td.zip + files: ${{ github.workspace }}/custom_components/tariff_20td/tariff_20td.zip