Fix tag pattern to match v-prefixed tags

This commit is contained in:
Ivan Pereira
2026-02-23 12:40:43 +00:00
parent ef81cdee18
commit 12dcd11384
+1 -1
View File
@@ -3,7 +3,7 @@ name: Publish to npm
on: on:
push: push:
tags: tags:
- '[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+'
permissions: permissions:
contents: read contents: read