Skip to content

Commit ef6527f

Browse files
fix(BUILD-2387): release github action
1 parent f9a7c0f commit ef6527f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
permissions:
1414
contents: read
1515
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
16+
steps:
17+
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@d42e8be3a9772d0447a7d2f3d2be31312b218383 # tag=5.0.1
18+
with:
19+
publishToBinaries: true
20+
mavenCentralSync: true
21+
slackChannel: sonarqube-build

0 commit comments

Comments
 (0)