diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 3 |
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: |