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 4929c5e commit b0f3219Copy full SHA for b0f3219
1 file changed
.github/workflows/publish.yml
@@ -24,12 +24,7 @@ jobs:
24
- name: Run cargo test
25
run: cargo test
26
27
- - name: Publish cumulo-dipa-derive
28
- run: cargo publish -p cumulo-dipa-derive
29
- env:
30
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
31
-
32
- - name: Publish cumulo-dipa
33
- run: cargo publish -p cumulo-dipa
34
35
+ - uses: katyo/publish-crates@v1
+ with:
+ registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ args: --no-verify
0 commit comments