Skip to content

Commit

Permalink
ci: publish Rust crates automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 17, 2024
1 parent cdb96e7 commit 543ac48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ jobs:
- name: Publish crate
run: |
cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
cargo publish -n -p yara-x-macros
cargo publish -n -p yara-x-proto
cargo publish -n -p yara-x-proto-yaml
cargo publish -n -p yara-x-parser
cargo publish -n -p yara-x
cargo publish -p yara-x-macros
cargo publish -p yara-x-proto
cargo publish -p yara-x-proto-yaml
cargo publish -p yara-x-parser
cargo publish -p yara-x
publish-py:
needs: [ build-py ]
Expand Down

0 comments on commit 543ac48

Please sign in to comment.