Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Diggsey committed Jul 11, 2020
1 parent 0ecce40 commit f671a0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: publish
args: --manifest-path act-zero-macro/Cargo.toml
- uses: actions-rs/cargo@v1
with:
command: publish
args: --manifest-path act-zero/Cargo.toml

0 comments on commit f671a0c

Please sign in to comment.