1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-20 03:59:26 +02:00

docs(ci): fix circle config example (#2773)

This commit is contained in:
Vladislav Trotsenko 2021-12-17 15:33:09 +02:00 committed by GitHub
parent 7c8185047a
commit e17c076662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,4 @@ jobs:
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
- run: goreleaser
```