Skip to content

Commit

Permalink
ci: update release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Oct 15, 2024
1 parent 3571f38 commit 4abb31d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Build setup
uses: ./.github/actions/build_setup
- name: Publish the respective crates
run: cargo publish
- name: Publish damock-macros
run: cargo publish --package damock-macros
- name: Publish rops cli
run: cargo publish --package damock

0 comments on commit 4abb31d

Please sign in to comment.