Skip to content

Commit

Permalink
v0.2.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 6, 2020
1 parent f7ce531 commit 7a6af6b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- run: cd derive
- run: cargo publish --all-features
- run: sleep 30; cd ..
- run: cargo publish --all-features
- run: sleep 30; cd services
- run: cargo publish --all-features
- run: cd derive && cargo publish --all-features
- run: sleep 30; cargo publish --all-features
- run: sleep 30; cd services && cargo publish --all-features

0 comments on commit 7a6af6b

Please sign in to comment.