From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Mon, 18 May 2020 11:26:29 +0000 (+0200) Subject: Feature/me/update usage of release gha (#2798) X-Git-Tag: 8.4.0.35506~203 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3686ce3d0ac5c991d89c295f9657ae4c18161fa3;p=sonarqube.git 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. --- 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: