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,5 +1,6 @@
name: Build release on tag
on: push
on:
push:
tags:
- '*'
jobs: