fix syntax error in github action
parent
afb488da1e
commit
cddb2b00c9
|
@ -1,5 +1,6 @@
|
||||||
name: Build release on tag
|
name: Build release on tag
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue