1
0
Fork 0

fix syntax error in github action

master
Florian Schrofner 2022-02-26 14:42:49 +01:00
parent afb488da1e
commit cddb2b00c9
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
name: Build release on tag
on: push
tags:
- '*'
on:
push:
tags:
- '*'
jobs:
gradle:
strategy: