Skip to content

Commit

Permalink
fix: include ibc-primitives in release command (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani authored Aug 12, 2024
1 parent 68268ec commit b7dbc41
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cw-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- .github/workflows/cw-check.yaml
- Makefile
- '*.toml'
- Cargo.lock
- ci/cw-check/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/no-std.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- .github/workflows/no-std.yaml
- Makefile
- '*.toml'
- Cargo.lock
- ci/no-std-check/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- .github/workflows/rust.yaml
- Makefile
- '*.toml'
- ci/**
- cosmwasm/**
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ test: ## Run tests with all features and without default features.
check-release: ## Check that the release build compiles.
cargo release --workspace --no-push --no-tag \
--exclude ibc-derive \
--exclude ibc-primitives

release: ## Perform an actual release and publishes to crates.io.
cargo release --workspace --no-push --no-tag --allow-branch HEAD --execute \
--exclude ibc-derive \
--exclude ibc-primitives
$(MAKE) -C ./cosmwasm release $@

build-tendermint-cw: ## Build the WASM file for the ICS-07 Tendermint light client.
Expand Down

0 comments on commit b7dbc41

Please sign in to comment.