From a73a193444c3c7b34d8d62e83742d0ec74348ea7 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Thu, 6 Aug 2020 13:36:04 +0200 Subject: [PATCH] fix release.yml --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c6f68a..37a842c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,9 +29,9 @@ jobs: with: fetch-depth: 1 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v2 - with: - dry_run: false - semantic_version: 17.0.4 - extra_plugins: | - @semantic-release/exec@5.0.0 + uses: cycjimmy/semantic-release-action@v2 + with: + dry_run: false + semantic_version: 17.0.4 + extra_plugins: | + @semantic-release/exec@5.0.0