should end 0-9 for package version to not conflict with runner deb action

This commit is contained in:
2023-11-19 17:56:00 +01:00
parent 6df9527db8
commit b9cb003834

View File

@@ -10,7 +10,7 @@ env:
on:
push:
tags:
- '*.*.*'
- '*.*.[0-9]'
jobs:
build: