Skip to content

Commit e7cea08

Browse files
author
Qreta Dev
committed
feat: automated publishing
1 parent e3c2cbe commit e7cea08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,6 @@ jobs:
172172
- name: Publish to npm
173173
working-directory: artifacts/html2json
174174
run: npm publish --access public
175+
176+
- name: Publish to crates.io
177+
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)