Fix YAML syntax in release workflow file
Co-authored-by: robmillersoftware <21186815+robmillersoftware@users.noreply.github.com>
This commit is contained in:
parent
9242c3e241
commit
a8b9900a33
|
@ -1,6 +1,6 @@
|
||||||
name: Barrier Release Build
|
name: Barrier Release Build
|
||||||
|
|
||||||
on:
|
"on":
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*' # Trigger on tags like v2.4.0
|
- 'v*.*.*' # Trigger on tags like v2.4.0
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue