diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 91d04e780..000000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: release - -on: - push: - tags: - - '*' - -jobs: - goreleaser: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Set up Go - uses: actions/setup-go@v3 - - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v3 - with: - distribution: goreleaser - version: latest - args: release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index f62a9f2e3..d7ee9fd7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Dice +DiceDB === Dice 🎲 is an extremely simple Golang-based in-memory KV store that speaks the Redis dialect.