fix: buildline expects tag to start with 'v'

This commit is contained in:
2024-03-09 00:45:00 +02:00
parent 5ba858545a
commit d8ea6557df
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: "tagged-release"
on:
push:
tags:
- "v*"
- "*"
jobs:
tagged-release: