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