We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee3151 commit d98c84eCopy full SHA for d98c84e
.goreleaser.yaml
@@ -88,6 +88,7 @@ publishers:
88
env:
89
- AWS_ACCESS_KEY_ID={{ .Env.AWS_ACCESS_KEY_ID }}
90
- AWS_SECRET_ACCESS_KEY={{ .Env.AWS_SECRET_ACCESS_KEY }}
91
+ - AWS_SESSION_TOKEN={{ .Env.AWS_SESSION_TOKEN }}
92
- ELASTIC_LAYER_NAME=elastic-apm-extension-ver-{{ replace (trimprefix .Tag "v") "." "-" }}
93
- VERSION={{ .Tag }}
94
- ARCHITECTURE={{ if eq .Arch "amd64" }}x86_64{{ else }}{{ .Arch }}{{ end }}
@@ -101,4 +102,4 @@ release:
101
102
# creates SBOMs of all archives and the source tarball using syft
103
# https://goreleaser.com/customization/sbom
104
sboms:
- - artifacts: archive
105
+ - artifacts: archive
0 commit comments