Skip to content

Commit 58eb8f4

Browse files
committed
🍉change releaser name
1 parent 448de49 commit 58eb8f4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: goreleaser
33

44
on:
5-
pull_request:
65
push:
76
# run only against tags
87
tags:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ go.work.sum
2323

2424
# env file
2525
.env
26+
27+
dist/

.gorelease.yaml renamed to .goreleaser.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ before:
1616
- go generate ./...
1717

1818
builds:
19-
- main: ./cmd/blogo/main.go
20-
- env:
19+
- main: ./cmd/blogo
20+
env:
2121
- CGO_ENABLED=0
2222
goos:
2323
- linux
2424
- windows
2525
- darwin
26+
2627
archives:
2728
- format: tar.gz
2829
# this name template makes the OS and Arch compatible with the results of `uname`.

0 commit comments

Comments
 (0)