From 3686ce3d0ac5c991d89c295f9657ae4c18161fa3 Mon Sep 17 00:00:00 2001 From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Mon, 18 May 2020 13:26:29 +0200 Subject: [PATCH] Feature/me/update usage of release gha (#2798) * Log the output of the distribute_release google cloud function call. * Enable the distribution in the release workflow. --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5545ce52041..b0499e19ead 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: - name: Run release action id: run_release uses: SonarSource/gh-action_LT_release@master + with: + distribute: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_ORG_TOKEN }} - name: Log outputs @@ -25,6 +27,7 @@ jobs: run: | echo "${{ steps.run_release.outputs.releasability }}" echo "${{ steps.run_release.outputs.release }}" + echo "${{ steps.run_release.outputs.distribute_release }}" - name: Notify success on Slack uses: Ilshidur/action-slack@2.0.0 env: -- 2.39.5