Skip to content

Commit 35691e0

Browse files
authored
Fix goreleaser config (#177)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 048c33e commit 35691e0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ changelog:
7070
dockers:
7171
- goos: linux
7272
goarch: amd64
73-
binaries:
74-
- cortextool
75-
builds:
73+
ids:
7674
- cortextool-linux
7775
dockerfile: cmd/cortextool/GR.Dockerfile
7876
image_templates:

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ git tag -s "${tag}" -m "${tag}"
1111
$ git push origin "${tag}"
1212
```
1313

14-
3. Run `$ goreleaser --release-notes=changelogs/v0.3.0.md --rm-dist` where the changelog file is the one created as part of step 1.
14+
3. Run `$ goreleaser release --release-notes=changelogs/v0.3.0.md --rm-dist` where the changelog file is the one created as part of step 1.
1515
4. The docker image will be pushed automatically.
1616

1717

0 commit comments

Comments
 (0)