We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fb6d7 commit a619313Copy full SHA for a619313
1 file changed
.github/workflows/deploy.yml
@@ -39,6 +39,6 @@ jobs:
39
- uses: actions/checkout@v4
40
- uses: rust-lang/crates-io-auth-action@v1
41
id: auth
42
- - run: cargo publish
+ - run: cargo publish -p kurrentdb
43
env:
44
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments