Skip to content

Commit

Permalink
fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jun 14, 2024
1 parent d047bc9 commit 11b739a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
./*.yml
*packr.go
main
dist
dist/

# Test assets
*.js
*.css
*.css
5 changes: 2 additions & 3 deletions .goreleaser.yml → .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- packr
Expand All @@ -14,6 +16,3 @@ builds:
goarm:
- 6
- 7

changelog:
skip: true

0 comments on commit 11b739a

Please sign in to comment.