From df2d0f58e4062b6ab15a0ca23b3ddd537fca056e Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Thu, 6 Aug 2020 13:35:20 +0200 Subject: [PATCH 1/2] chore: change semantic releasing --- .github/workflows/release.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42c3ab0d..7c6f68a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,10 @@ jobs: uses: actions/checkout@v1 with: fetch-depth: 1 - - name: Create Version - uses: caos/semantic-release@v0.2.4 - + - 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 From a73a193444c3c7b34d8d62e83742d0ec74348ea7 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Thu, 6 Aug 2020 13:36:04 +0200 Subject: [PATCH 2/2] 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 7c6f68a4..37a842c2 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