We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6527f commit 0fc56d6Copy full SHA for 0fc56d6
.github/workflows/release.yml
@@ -7,15 +7,11 @@ on:
7
8
jobs:
9
run_release:
10
- runs-on: ubuntu-latest
11
- name: Start release process
12
- timeout-minutes: 60
13
permissions:
14
contents: read
15
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
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@d42e8be3a9772d0447a7d2f3d2be31312b218383 # tag=5.0.1
+ with:
+ publishToBinaries: true
+ mavenCentralSync: true
+ slackChannel: sonarqube-build
0 commit comments