Skip to content

Commit

Permalink
Merge pull request #596 from CosmWasm/CI-artifacts-schemas-publishing
Browse files Browse the repository at this point in the history
Fix CI artifacts & schemas publishing
  • Loading branch information
ueco-jb committed Dec 22, 2021
2 parents 7a838bf + a478ec2 commit 45dc4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ jobs:
- run:
name: Build development contracts
command: |
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.3
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.4
docker cp with_code:/code/artifacts ./artifacts
- run:
name: Show data
Expand All @@ -848,7 +848,7 @@ jobs:
-u "$CIRCLE_PROJECT_USERNAME" -r "$CIRCLE_PROJECT_REPONAME" \
-c "$CIRCLE_SHA1" \
-n "$TITLE" -b "$BODY" \
-delete \
-replace \
"$TAG" ./artifacts/
build_and_upload_schemas:
Expand Down

0 comments on commit 45dc4eb

Please sign in to comment.