From 9863c3fca85017c73469542e029d7bb1ce90fb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 22 Jul 2020 10:28:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Update=20GitHub=20action=20conte?= =?UTF-8?q?xt=20var=20for=20Gitter=20bot=20(#1766)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c5f2d729..07f3f4dd5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,5 +35,5 @@ jobs: env: GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TAG: ${{ github.ref }} + TAG: ${{ github.event.release.name }} run: bash scripts/notify.sh