Skip to content

Commit 2e835f1

Browse files
committed
add publishing to crates.io in GitHub Actions
1 parent 7357ab5 commit 2e835f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/with_deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ jobs:
3333
with:
3434
branch: gh-pages
3535
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

Comments
 (0)