Skip to content

Commit af91c92

Browse files
committedAug 13, 2024
Chore
1 parent 06dfac3 commit af91c92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build/**
2-
**/lint.txt
2+
**/lint.txt
3+
*.tar.gz

‎.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release:
44
github:
55
owner: mikejoh
66
name: rke2diff
7-
name_template: 'v{{.Tag}}'
7+
name_template: 'v{{ .Tag }}'
88
builds:
99
- id: rke2diff
1010
targets:

0 commit comments

Comments
 (0)
Please sign in to comment.