Skip to content

Commit

Permalink
🍉change releaser name
Browse files Browse the repository at this point in the history
  • Loading branch information
pooulad committed Dec 27, 2024
1 parent 448de49 commit 58eb8f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: goreleaser

on:
pull_request:
push:
# run only against tags
tags:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ go.work.sum

# env file
.env

dist/
5 changes: 3 additions & 2 deletions .gorelease.yaml → .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ before:
- go generate ./...

builds:
- main: ./cmd/blogo/main.go
- env:
- main: ./cmd/blogo
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
Expand Down

0 comments on commit 58eb8f4

Please sign in to comment.