1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +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

View File

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