Skip to content

Commit

Permalink
chore: fix e2da2fa
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 5, 2024
1 parent 06556d4 commit fc02071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fc02071

Please sign in to comment.