Skip to content

Commit 01d827f

Browse files
committed
[skip ci] Run deploy_to_github_releases without sanity,test
1 parent 84b04ea commit 01d827f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ workflows:
186186
only:
187187
- master
188188
- deploy_to_github_releases:
189-
requires:
190-
- sanity
191-
- test
192189
filters:
193190
tags:
194191
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmvm"
3-
version = "0.12.0-alpha2"
3+
version = "0.12.0-alpha3"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
description = "Go bindings for cosmwasm contracts"

0 commit comments

Comments
 (0)