From f95f01537512482219e7a21f39ddd10126446519 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 10 Dec 2023 15:09:57 -0700 Subject: [PATCH] chore: fix release workflow (#7) fix release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0a70a86..c60532e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: - name: "Set version numbmer" run: | sed -i '/VERSION = /c\VERSION = "${{ steps.get_version.outputs.VERSION }}"' ${{ github.workspace }}/custom_components/gasbuddy/const.py - sed -i '/version/c\ \"version\": \"${{ steps.get_version.outputs.VERSION }}\",' ${{ github.workspace }}/custom_components/gasbuddy/manifest.json + sed -i '/version/c\ \"version\": \"${{ steps.get_version.outputs.VERSION }}\"' ${{ github.workspace }}/custom_components/gasbuddy/manifest.json # Pack the ha-gasbuddy dir as a zip and upload to the release - name: Create Zip File run: |