Skip to content

Commit

Permalink
Merge pull request #23 from smartcontractkit/fix-contract-release
Browse files Browse the repository at this point in the history
Fix schema generation CI
  • Loading branch information
RodrigoAD authored Jan 18, 2022
2 parents 93492fc + f7fb151 commit b00a4e8
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 b00a4e8

Please sign in to comment.