From 8f8e26132e3a2a88b6ea3f72890bdc46cfceb0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Thu, 9 Sep 2021 20:40:08 -0300 Subject: [PATCH] Update Repack-and-release.yml --- .github/workflows/Repack-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Repack-and-release.yml b/.github/workflows/Repack-and-release.yml index 75e0cc8..9f64f80 100644 --- a/.github/workflows/Repack-and-release.yml +++ b/.github/workflows/Repack-and-release.yml @@ -176,7 +176,7 @@ jobs: - name: Discord Webhook, Latest release if: | github.event_name == 'push' && - !endsWith(${steps.tag.outputs.version_tag},'-rel') + !endsWith(${{steps.tag.outputs.version_tag}},'-rel') uses: tsickert/discord-webhook@v2.0.2 with: webhook-url: ${{ secrets.TESTERS_WEBHOOK }} @@ -185,7 +185,7 @@ jobs: - name: Discord Webhook, Stable Release if: | github.event_name == 'push' && - endsWith(${steps.tag.outputs.version_tag},'-rel') + endsWith(${{steps.tag.outputs.version_tag}},'-rel') uses: tsickert/discord-webhook@v2.0.2 with: webhook-url: ${{ secrets.TESTERS_WEBHOOK }}