From 234b2a2e723b1c9548d580646c1d509328f27860 Mon Sep 17 00:00:00 2001 From: Massimo Paladin Date: Tue, 2 Dec 2025 17:24:29 +0100 Subject: [PATCH] Update release action to not push to binaries Revert mistake introduced by: https://github.com/SonarSource/sslr/commit/4643e7a55de32ac6a1370d4c777cce8c7262bf07 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1eea8b9d..2f66bf04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,6 @@ jobs: contents: write uses: SonarSource/gh-action_release/.github/workflows/main.yaml@4a05ba99d2db61c5ab50467d169e905a746c2693 # 6.2.0 with: - publishToBinaries: true + publishToBinaries: false mavenCentralSync: true slackChannel: squad-cfamily-notifications