Prefixing a string with a * in yaml is apparently not allowed

This commit is contained in:
Gwilym Kuiper 2022-01-12 22:52:27 +00:00
parent c575f63281
commit bead62911a

View file

@ -3,7 +3,7 @@ name: Publish sub crate
on:
push:
tags:
- */v*
- "*/v*"
jobs:
build: