goreleaser: disabled EC2_METADATA (workaround: https://github.com/actions/runner/issues/503)

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-05-01 12:21:01 -07:00
parent 15af341d8d
commit b024d2ba39

View File

@ -72,3 +72,4 @@ publishers:
cmd: sh -c "echo {{ .Version }} | aws s3 cp - s3://dagger-io/dagger/latest_version"
env:
- PATH={{ .Env.PATH }}
- AWS_EC2_METADATA_DISABLED=true