Skip to content

2.114.0 (2023-11-23) #1

2.114.0 (2023-11-23)

2.114.0 (2023-11-23) #1

Workflow file for this run

name: Publish Release Notice to ASWF Slack
on:
release:
types:
# published should cover both 'released' and 'prereleased'
- published
permissions: {}
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Notify Slack
id: slack
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_RELEASES_URL }}
uses: fedecalendino/[email protected]