This commit is contained in:
Koen Kanters
2024-09-05 14:37:30 +02:00
parent 06556d44f3
commit fc02071c8f
+1 -1
View File
@@ -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: |