1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: Correct CircleCI Example. (#751)

This commit is contained in:
Tynan 2018-08-09 22:08:28 +10:00 committed by Carlos Alexandro Becker
parent f0413af071
commit 38e5d3239e

View File

@ -63,6 +63,7 @@ Here is how to do it with [CircleCI 2.0](https://circleci.com):
```yml
# .circleci/config.yml
version: 2
jobs:
release:
docker:
@ -75,11 +76,11 @@ workflows:
release:
jobs:
- release:
filters:
branches:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
filters:
branches:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
```
For CircleCI 1.0: