diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccc3499..dd8500b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: