diff --git a/.github/workflows/contracts-release.yml b/.github/workflows/contracts-release.yml index a3a45dde..66a83802 100644 --- a/.github/workflows/contracts-release.yml +++ b/.github/workflows/contracts-release.yml @@ -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 @@ -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: