Skip to content

Commit

Permalink
remove schema from build
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Jan 13, 2022
1 parent 95cb2e6 commit 05d4c33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/contracts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.3
- name: Build Schemas
run: for d in contracts/*/; do cd "$d"; cargo schema; cd ../..; done
# - name: Build Schemas
# run: for d in contracts/*/; do cd "$d"; cargo schema; cd ../..; done
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: |
./artifacts/*
./contracts/*/schema

0 comments on commit 05d4c33

Please sign in to comment.