Skip to content

Commit 0fc56d6

Browse files
fix(BUILD-2387): release workflow
1 parent ef6527f commit 0fc56d6

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ on:
77

88
jobs:
99
run_release:
10-
runs-on: ubuntu-latest
11-
name: Start release process
12-
timeout-minutes: 60
1310
permissions:
1411
contents: read
1512
id-token: write
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
13+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@d42e8be3a9772d0447a7d2f3d2be31312b218383 # tag=5.0.1
14+
with:
15+
publishToBinaries: true
16+
mavenCentralSync: true
17+
slackChannel: sonarqube-build

0 commit comments

Comments
 (0)