We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b33fe0 commit 2aaf1c1Copy full SHA for 2aaf1c1
.circleci/config.yml
@@ -1,4 +1,5 @@
1
version: 2
2
+
3
jobs:
4
build:
5
docker:
@@ -34,30 +35,8 @@ jobs:
34
35
name: run contract tests
36
command: make run-contract-tests
37
- publish:
38
- docker:
39
- - image: circleci/rust:latest
40
-
41
- steps:
42
- - checkout
43
44
- - run:
45
- name: cargo publish
46
- command: cargo publish --verbose --token $CRATES_IO_TOKEN
47
48
workflows:
49
50
- build-publish:
+ build:
51
52
- - build:
53
- filters:
54
- tags:
55
- only: /.*/
56
- - publish:
57
58
- branches:
59
- ignore: /.*/
60
61
- only: /v.*/
62
- requires:
63
- - build
+ - build
0 commit comments