From 43bd3b741762db904c827218ff9b6ee153d61f57 Mon Sep 17 00:00:00 2001 From: plebhash Date: Fri, 23 Aug 2024 16:57:00 -0300 Subject: [PATCH] stop publishing some crates --- .github/workflows/release-libs.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/release-libs.yaml b/.github/workflows/release-libs.yaml index 24e9251966..49418675d8 100644 --- a/.github/workflows/release-libs.yaml +++ b/.github/workflows/release-libs.yaml @@ -138,29 +138,4 @@ jobs: continue-on-error: true run: | cd roles/roles-utils/rpc - cargo publish - - name: Publish crate jd_client - continue-on-error: true - run: | - cd roles/jd-client - cargo publish - - name: Publish crate jd_server - continue-on-error: true - run: | - cd roles/jd-server - cargo publish - - name: Publish crate mining_proxy_sv2 - continue-on-error: true - run: | - cd roles/mining-proxy - cargo publish - - name: Publish crate pool_sv2 - continue-on-error: true - run: | - cd roles/pool - cargo publish - - name: Publish crate translator_sv2 - continue-on-error: true - run: | - cd roles/translator cargo publish \ No newline at end of file