]> source.dussan.org Git - sonarqube.git/commitdiff
Feature/me/update usage of release gha (#2798)
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>
Mon, 18 May 2020 11:26:29 +0000 (13:26 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 18 May 2020 20:04:10 +0000 (20:04 +0000)
* Log the output of the distribute_release google cloud function call.
* Enable the distribution in the release workflow.

.github/workflows/release.yml

index 5545ce52041a693ca30ce6760040c41ff45a051c..b0499e19ead49cc7ecc6a2b8e9bfc042028fab9a 100644 (file)
@@ -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: