aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>2020-05-18 13:26:29 +0200
committersonartech <sonartech@sonarsource.com>2020-05-18 20:04:10 +0000
commit3686ce3d0ac5c991d89c295f9657ae4c18161fa3 (patch)
tree4cb006fcbf53bc0580eea5475299db9fe44bc29a /.github
parent4bae6a72bfe7c20123d5e75ac185cb1bcb9362f2 (diff)
downloadsonarqube-3686ce3d0ac5c991d89c295f9657ae4c18161fa3.tar.gz
sonarqube-3686ce3d0ac5c991d89c295f9657ae4c18161fa3.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 3 insertions, 0 deletions
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: