Skip to content

Commit

Permalink
Create releaseNotes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrkupton authored Feb 17, 2023
1 parent 517d87d commit a4f2c1a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/releaseNotes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Broadcast Release Notes
on:
release:
types: [released]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release Notes
uses: act10ns/[email protected]
with:
status: ${{ job.status }}
channel: '#jira-releases'
config: .github/config/releaseNotesConfig.yml

0 comments on commit a4f2c1a

Please sign in to comment.