summaryrefslogtreecommitdiff
path: root/.goreleaser.yml
diff options
context:
space:
mode:
authorguangwu <guoguangwu@magic-shield.com>2023-08-18 22:20:46 +0800
committerGitHub <noreply@github.com>2023-08-18 08:20:46 -0600
commit568fd2b28618552d6d613bc15e423251cc14e93c (patch)
treecdbffb1e2caa76575792a95532f8b577e8687189 /.goreleaser.yml
parentf11c3c9f5a1be082450d64369853e1dacda22dde (diff)
fix package typo (#5764)
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 53fdea0..dfd6589 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -113,7 +113,7 @@ archives:
{{- with .Mips }}_{{ . }}{{ end }}
{{- if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
- # packge the 'caddy-build' directory into a tarball,
+ # package the 'caddy-build' directory into a tarball,
# allowing users to build the exact same set of files as ours.
- id: source
meta: true