From bd660ffe515807b5398af8ae338d45caa579bd31 Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 29 Sep 2021 15:57:40 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e6f698e..54187a66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,9 +42,9 @@ jobs: - name: async-graphql-axum registryName: async-graphql-axum path: integrations/axum -# - name: async-graphql-rocket -# registryName: async-graphql-rocket -# path: async-graphql-rocket + - name: async-graphql-rocket + registryName: async-graphql-rocket + path: async-graphql-rocket steps: - uses: actions-rs/toolchain@v1 with: