aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
blob: 122b078c6f590a1aa216248681301470f764a630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Release
# This workflow is triggered when publishing a GitHub release
on:
  release:
    types:
    - published

jobs:
  release:
    permissions:
      id-token: write
      contents: write
    uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
    with:
      publishToBinaries: true
      mavenCentralSync: true
      slackChannel: squad-analysis-experience