We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d8131 commit af198deCopy full SHA for af198de
.github/workflows/ci.yml
@@ -78,10 +78,10 @@ jobs:
78
- name: Build
79
run: cargo build -r --target ${{ matrix.rust_target }}
80
81
- - name: Publish to crates.io
82
- env:
83
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
84
- run: cargo caw-publish
+ # - name: Publish to crates.io
+ # env:
+ # CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ # run: cargo caw-publish
85
86
- name: Publish to Github Releases
87
env:
0 commit comments