We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a7c0f commit ef6527fCopy full SHA for ef6527f
.github/workflows/release.yml
@@ -13,8 +13,9 @@ jobs:
13
permissions:
14
contents: read
15
id-token: write
16
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@d42e8be3a9772d0447a7d2f3d2be31312b218383 # tag=5.0.1
17
- with:
18
- publishToBinaries: true
19
- mavenCentralSync: true
20
- slackChannel: sonarqube-build
+ steps:
+ - uses: SonarSource/gh-action_release/.github/workflows/main.yaml@d42e8be3a9772d0447a7d2f3d2be31312b218383 # tag=5.0.1
+ with:
+ publishToBinaries: true
+ mavenCentralSync: true
21
+ slackChannel: sonarqube-build
0 commit comments