Skip to content

Cassandra 3.x + CQL: Remove the use of thrift protocol and rpc port t… #69

Cassandra 3.x + CQL: Remove the use of thrift protocol and rpc port t…

Cassandra 3.x + CQL: Remove the use of thrift protocol and rpc port t… #69

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}