Skip to content

Commit

Permalink
ci: publish both typstyle and typstyle-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Dec 15, 2024
1 parent 693d24f commit 45e23de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ jobs:
- name: rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Publish crate
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
cargo publish -p typstyle-core --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish -p typstyle --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
- uses: actions/download-artifact@v4
with:
path: artifacts
Expand Down

0 comments on commit 45e23de

Please sign in to comment.