From fc02071c8fc1b8d8eae1c43447a7e81932253c76 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 5 Sep 2024 14:37:30 +0200 Subject: [PATCH] chore: fix e2da2fa8d36ad311f9d4c96a299001d5da37e4da --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 183cf74e..abc9e71f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: -H "Accept: application/vnd.github.everest-preview+json" \ -H "Content-Type: application/json" \ https://api.github.com/repos/Koenkk/zigbee2mqtt-chart/actions/workflows/OnZigbee2MQTTRelease/dispatches \ - -d '{"ref":"main","inputs":{"zigbee2mqtt_version":"${{TAG}}" }}' + -d '{"ref":"main","inputs":{"zigbee2mqtt_version":"$TAG" }}' - name: 'release: merge dev -> master and promote dev' if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push' run: |