Skip to content

Commit af198de

Browse files
committed
wip
1 parent d5d8131 commit af198de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
- name: Build
7979
run: cargo build -r --target ${{ matrix.rust_target }}
8080

81-
- name: Publish to crates.io
82-
env:
83-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
84-
run: cargo caw-publish
81+
# - name: Publish to crates.io
82+
# env:
83+
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
84+
# run: cargo caw-publish
8585

8686
- name: Publish to Github Releases
8787
env:

0 commit comments

Comments
 (0)