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