We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b20b4a commit 254cc1dCopy full SHA for 254cc1d
.github/workflows/publish.yaml
@@ -4,7 +4,8 @@ on:
4
workflow_call:
5
push:
6
tags:
7
- - "getsecure-v[0-9]+.[0-9]+.[0-9]+"
+ # - "getsecure-v[0-9]+.[0-9]+.[0-9]+"
8
+ - "**v[0-9]+.[0-9]+.[0-9]+*"
9
jobs:
10
publish-packages:
11
name: Publish packages
0 commit comments