canonical / action-publish

A Github action for publishing snaps
MIT License
35 stars 12 forks source link

Use TERM=dumb during publishing #16

Open 3v1n0 opened 3 years ago

3v1n0 commented 3 years ago

It will avoid all the unnecessary logs such as:

Processing.../                                                                 
Processing...-                                                                 
Processing...\                                                                 
Processing...|                                                                 
Processing.../                                                                 
Processing...-                                                                 
Processing...\                                                                 
Processing...|                                                                 
Processing.../                                                                 
Processing...-
3v1n0 commented 3 years ago

Would probably the case to use it in the build action too...