We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72412e7 commit 63ea03fCopy full SHA for 63ea03f
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
github_token: ${{ github.token }}
28
- name: Generate code
29
- run: buf generate dewars
+ run: buf generate
30
- name: Copy license
31
run: cp LICENSE packages/ts && cp LICENSE packages/rust
32
- name: Upload Rust code
0 commit comments