From f2b0b91d9a0fc431225540cb10dde55258b90af7 Mon Sep 17 00:00:00 2001 From: LeonaNedeljkovic <40694205+LeonaNedeljkovic@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:00:39 +0200 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index ca6e27b..c50969d 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -36,6 +36,7 @@ jobs: release_name: Prerelease ${{ steps.tag_version.outputs.new_tag }} body: ${{ steps.tag_version.outputs.changelog }} prerelease: true + # sonar: # name: Test - SonarCloud Scan # runs-on: ubuntu-18.04