Skip to content

Commit

Permalink
Test schema generation CI
Browse files Browse the repository at this point in the history
use cargo from nix

removed schema generation temp

fix
  • Loading branch information
RodrigoAD committed Jan 17, 2022
1 parent 93492fc commit f7fb151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contracts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5

jobs:
release-artifacts:
runs-on: ubuntu-latest
Expand All @@ -16,8 +16,8 @@ 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:
Expand Down

0 comments on commit f7fb151

Please sign in to comment.