istio-ecosystem / wasm-extensions

Contains miscellaneous Wasm extensions for Istio
Apache License 2.0
107 stars 34 forks source link

Add release workflow. #32

Closed bianpengyuan closed 3 years ago

bianpengyuan commented 3 years ago

This workflow is going to be triggered by any tag pushed. It will upload basic_auth wasm file for now. Github download path is versioned naturally based on tagging. For example https://github.com/bianpengyuan/wasm-extensions/releases/download/1.8.0/basic-auth.wasm.

Signed-off-by: Pengyuan Bian bianpengyuan@google.com