Skip to content

9.15

9.15 #103

Workflow file for this run

---
name: sonar-release
# This workflow is triggered when publishing a new github release
# yamllint disable-line rule:truthy
on:
release:
types:
- published
jobs:
release:
permissions:
id-token: write
contents: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5 #uses the latest v5.x.y version rather than a specific version
with:
publishToBinaries: true
mavenCentralSync: true
slackChannel: team-lang-dotnet