]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🐛 Update GitHub action context var for Gitter bot (#1766)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 22 Jul 2020 08:28:27 +0000 (10:28 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 08:28:27 +0000 (10:28 +0200)
.github/workflows/publish.yml

index 9c5f2d729efae0a332b60c77d29535ad90d9e1b2..07f3f4dd50dffa380f93f48a8e0f6c3e0d6807fc 100644 (file)
@@ -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