Skip to content

Commit

Permalink
Merge pull request #1143 from plebhash/stop-publishing-some-crates
Browse files Browse the repository at this point in the history
stop publishing some crates
  • Loading branch information
plebhash authored Aug 28, 2024
2 parents 0f0ee1e + 43bd3b7 commit 8da5642
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8da5642

Please sign in to comment.