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.
2 parents 33fbd24 + 98b6596 commit 5ef6828Copy full SHA for 5ef6828
.github/workflows/release.yml
@@ -16,11 +16,17 @@ jobs:
16
- name: Publish typesense_derive
17
run: cargo publish
18
working-directory: typesense_derive
19
-
+ env:
20
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
21
+
22
- name: Publish typesense_codegen
23
24
working-directory: typesense_codegen
25
26
27
28
- name: Publish typesense
29
30
working-directory: typesense
31
32
0 commit comments