Skip to content

OONI Probe 5.1.0

OONI Probe 5.1.0 #7

name: Release Notifications
on:
release:
types: [ published ]
jobs:
release:
name: Notifications
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Slack Notification
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
run: |
curl -X POST -H 'Content-type: application/json' --data '{"text":"New release of the Probe Multiplatform app ${{ github.ref_name }}: https://github.com/ooni/probe-multiplatform/releases/latest"}' $SLACK_URL