Merge pull request #403 from samalba/release-fix

fixed custom-publisher
This commit is contained in:
Sam Alba 2021-04-30 18:00:50 -07:00 committed by GitHub
commit 3751485c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,3 +70,5 @@ publishers:
-
name: publish-version
cmd: sh -c "echo {{ .Version }} | aws s3 cp - s3://dagger-io/dagger/latest_version"
env:
- PATH={{ .Env.PATH }}