Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Jun 10, 2019
1 parent ed1f054 commit df10134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/release
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

cd ./juniper-from-schema
cd ./juniper-from-schema-code-gen
cargo release --no-dev-version

cd ../juniper-from-schema-code-gen
cd ../juniper-from-schema
cargo release --no-dev-version

0 comments on commit df10134

Please sign in to comment.