From 09aa254ec5e53d988343a0fbce385f58ba128221 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Sat, 28 Jan 2023 18:43:50 +0200 Subject: [PATCH] fix badge and eggs publish --- README.md | 2 +- egg.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c5f31e..42d69c7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Or in [GraphQL Playground](https://localhost:3000/graphql): [docs-badge]: https://img.shields.io/github/v/release/deno-libs/gql?label=Docs&logo=deno&style=for-the-badge&color=DD3FAA [docs]: https://doc.deno.land/https/deno.land/x/gql/mod.ts -[gh-actions-img]: https://img.shields.io/github/workflow/status/deno-libs/gql/CI?style=for-the-badge&logo=github&label=&color=DD3FAA +[gh-actions-img]: https://img.shields.io/github/actions/workflow/status/deno-libs/gql/main.yml?branch=master&style=for-the-badge&logo=github&label=&color=DD3FAA [github-actions]: https://github.com/deno-libs/gql/actions [cov]: https://coveralls.io/github/deno-libs/gql [cov-badge]: https://img.shields.io/coveralls/github/deno-libs/gql?style=for-the-badge&color=DD3FAA diff --git a/egg.json b/egg.json index d8536b9..97e24f6 100644 --- a/egg.json +++ b/egg.json @@ -4,7 +4,7 @@ "entry": "./mod.ts", "description": "Universal GraphQL HTTP middleware for Deno", "homepage": "https://github.com/deno-libs/gql", - "version": "1.1.2", + "version": "1.2.1", "files": [ "./*.ts", "./graphiql/*.ts", @@ -19,5 +19,8 @@ "checkTests": true, "checkInstallation": true, "check": true, - "unlisted": false + "unlisted": false, + "checkAll": true, + "repository": "https://github.com/deno-libs/gql", + "releaseType": "patch" }