From 228395c4eb68647022af2b64ba07bb538d471aae Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 19 Nov 2019 10:05:26 +0100 Subject: [PATCH] chore:change semantic release --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42e6685..f4ecb2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-18.04 needs: [test, build] steps: - - name: Semantic Release - uses: cycjimmy/semantic-release-action@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - uses: brpaz/action-semantic-release@v1 + with: + dry_run: "false" + branch: master