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 734d8ad commit a8f0cf5Copy full SHA for a8f0cf5
.circleci/config.yml
@@ -47,7 +47,7 @@ jobs:
47
48
publish-github-release:
49
docker:
50
- - image: circleci/golang:1.8
+ - image: circleci/golang:1.10
51
steps:
52
- attach_workspace:
53
at: .
@@ -60,12 +60,15 @@ jobs:
60
61
workflows:
62
version: 2
63
- release:
+ main:
64
jobs:
65
- frontend
66
- backend:
67
requires:
68
69
- publish-github-release:
70
71
- - backend
+ - backend
72
+ filters:
73
+ tags:
74
+ only: /^v.*/
0 commit comments