Skip to content

Commit 9863c3f

Browse files
authored
🐛 Update GitHub action context var for Gitter bot (fastapi#1766)
1 parent 6fb97f4 commit 9863c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
env:
3636
GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
TAG: ${{ github.ref }}
38+
TAG: ${{ github.event.release.name }}
3939
run: bash scripts/notify.sh

0 commit comments

Comments
 (0)