From 5badb305ae02843639e7e5d70ae4696d7c0c1120 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Fri, 29 Oct 2021 14:56:18 +0200 Subject: [PATCH] possible fix for tagged discord notification --- .github/workflows/docker-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish-release.yml b/.github/workflows/docker-publish-release.yml index 0d0b60b1b..0f52da91d 100644 --- a/.github/workflows/docker-publish-release.yml +++ b/.github/workflows/docker-publish-release.yml @@ -50,4 +50,4 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_WEBHOOK }} uses: Ilshidur/action-discord@0.3.2 with: - args: '🚀 A new Version of tandoor has been released 🥳 \n https://github.com/vabene1111/recipes/releases/tag/{{ steps.get_version.outputs.VERSION }}' \ No newline at end of file + args: '🚀 A new Version of tandoor has been released 🥳 \n https://github.com/vabene1111/recipes/releases/tag/{{GITHUB_REF/refs\/tags\//}}' \ No newline at end of file