Skip to content

Commit

Permalink
generate schema in release mode in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-mealey committed Feb 1, 2022
1 parent 3a7b2b4 commit 674c647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
name: mantle-linux
path: mantle-linux.zip
- name: Generate schema
run: cargo run --bin schema > schema.json
run: cargo run --release --bin schema > schema.json
- name: Upload schema artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 674c647

Please sign in to comment.