]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-23578 Add release.yml lj/testing-release 3372/head
authorlukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com>
Fri, 8 Nov 2024 13:19:20 +0000 (14:19 +0100)
committerlukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com>
Fri, 8 Nov 2024 13:46:24 +0000 (14:46 +0100)
.github/workflows/release.yml [new file with mode: 0644]

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
new file mode 100644 (file)
index 0000000..b732fb4
--- /dev/null
@@ -0,0 +1,19 @@
+name: Release
+# This workflow is triggered when publishing a GitHub release
+# yamllint disable-line rule:truthy
+on:
+  release:
+    types:
+      - published
+
+jobs:
+  release:
+    permissions:
+      id-token: write
+      contents: write
+    uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
+    with:
+      slackChannel: squad-sq-platform-build-notification
+      publishToBinaries: true
+      mavenCentralSync: true
+      dryRun: true