From: Sebastián Ramírez Date: Wed, 22 Jul 2020 08:28:27 +0000 (+0200) Subject: 🐛 Update GitHub action context var for Gitter bot (#1766) X-Git-Tag: 0.60.2~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9863c3fca85017c73469542e029d7bb1ce90fb9a;p=thirdparty%2Ffastapi%2Ffastapi.git 🐛 Update GitHub action context var for Gitter bot (#1766) --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c5f2d729e..07f3f4dd50 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