Skip to content

Commit

Permalink
Fix for #578
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 12, 2024
1 parent 67d821f commit f76ff37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ jobs:
if: ${{ !endsWith(github.ref, steps.get_version.outputs.version ) }}
run: |
echo Latest Tag does not matches Release tag
exit 1
exit 1
- name: Published
run: echo "::notice::GitHub Release - https://github.com/homebridge/docker-homebridge/releases/tag/${{ github.event.release.tag_name }}"

github-releases-to-discord:
name: Discord Webhooks
Expand All @@ -139,7 +141,6 @@ jobs:
title: "Homebridge Docker Release"
description: |
Version `${{ github.event.release.tag_name }}`
url: "https://github.com/homebridge/homebridge-docker/releases/tag/${{ github.event.release.tag_name }}"
url: "https://github.com/homebridge/docker-homebridge/releases/tag/${{ github.event.release.tag_name }}"
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}

0 comments on commit f76ff37

Please sign in to comment.