Skip to content

.github/workflows/gitter.yml #8

.github/workflows/gitter.yml

.github/workflows/gitter.yml #8

Workflow file for this run

on: create
jobs:
notify:
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl --data-urlencode "message=[${{github.repository}} ${{github.ref_name}}](https://github.com/${{github.repository}}/releases/${{github.ref_name}}) released" ${{secrets.GITTER_CUSTOM_WEBHOOK}}