Skip to content

Commit

Permalink
ci: schema generation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Nov 5, 2024
1 parent 70b134c commit 441ce0c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Generate schemas
- name: Build Schema
run: |
sudo ./build_schema.sh
chmod +x "${GITHUB_WORKSPACE}/build_schema.sh"
"${GITHUB_WORKSPACE}/build_schema.sh"
tar -czf schemas.tar.gz schemas/
- name: Optimize contracts
Expand Down

0 comments on commit 441ce0c

Please sign in to comment.