fix syntax error in github action

This commit is contained in:
Florian Schrofner 2022-02-26 14:42:49 +01:00
parent afb488da1e
commit cddb2b00c9

View file

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