Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: copy with cargo.lock #168

Merged
merged 2 commits into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
docker create -v /code --name with_code alpine /bin/true
# copy a config file into this volume
docker cp ./Cargo.toml with_code:/code
docker cp ./Cargo.lock with_code:/code
docker cp ./contracts with_code:/code
docker cp ./packages with_code:/code
- name: Build development contracts
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### Fixes

* downgrade wasmer version 2.0.0 ([#166](https://github.com/line/cosmwasm/issues/166))

* copy with cargo.lock in release CD ([#168](https://github.com/line/cosmwasm/pull/168))

## [[0.16.3-0.5.0](https://github.com/line/cosmwasm/compare/v0.14.0-0.4.0...0.16.3-0.5.0)] - 2022-03-02

Expand Down