We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7357ab5 commit 2e835f1Copy full SHA for 2e835f1
.github/workflows/with_deploy.yml
@@ -33,3 +33,8 @@ jobs:
33
with:
34
branch: gh-pages
35
folder: 'target/doc'
36
+
37
+ - name: Publish to crates.io
38
+ uses: katyo/publish-crates@v1
39
+ with:
40
+ registry-token: ${{ secrets.CRATES_TOKEN }}
0 commit comments