Browse Source
💚 Disable Gitter notification as it's currently broken (#1853)
...no idea why yet. 😔
pull/1855/head
Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
6 deletions
-
.github/workflows/publish.yml
|
|
@ -31,9 +31,9 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- name: Notify |
|
|
|
env: |
|
|
|
GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }} |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
TAG: ${{ github.event.release.name }} |
|
|
|
run: bash scripts/notify.sh |
|
|
|
# - name: Notify |
|
|
|
# env: |
|
|
|
# GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }} |
|
|
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
# TAG: ${{ github.event.release.name }} |
|
|
|
# run: bash scripts/notify.sh |
|
|
|