diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2025-01-10 15:01:48 +0100 |
---|---|---|
committer | antoine.vinot <antoine.vinot@sonarsource.com> | 2025-01-10 15:01:48 +0100 |
commit | 50159396aacb43e3397667575eeb4fb7d445c9d9 (patch) | |
tree | 86b2a9c9bf22f8710698cbc804cca26b0039b6eb | |
parent | 0657dfa19cd0e50f868dec64e55c7b3cd6212c66 (diff) | |
download | sonar-scanner-cli-avi/change-release-notif-channel.tar.gz sonar-scanner-cli-avi/change-release-notif-channel.zip |
Change slack channel for release notificationavi/change-release-notif-channel
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 122b078..cc6c526 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,4 +14,4 @@ jobs: with: publishToBinaries: true mavenCentralSync: true - slackChannel: squad-analysis-experience + slackChannel: ops-analysis-experience |