aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release-comment.yml
blob: af122e7dc1847953c53d4315f46baeef00bddaac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
on:
  release:
    types: [published]

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: apexskier/github-release-commenter@v1
        with:
          GITHUB_TOKEN: ${{ secrets.GH_PAT }}
          comment-template: |
            🚀 Released in {release_link}.