Enable overwriting artifacts

This lets us release new zips based on a newer circuitpython-build-tools package.
This commit is contained in:
Scott Shawcroft 2018-02-01 13:09:48 -08:00 committed by GitHub
parent 91546f562a
commit 7ab6e444a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ deploy:
file_glob: true
file: bundles/*
skip_cleanup: true
overwrite: true
on:
tags: true