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
1 additions and
1 deletions
-
.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 |
|
|
|