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 a9885dd commit 3f1a169Copy full SHA for 3f1a169
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ run-name: "${{ github.workflow }} (${{ github.ref_name }})"
4
on:
5
push:
6
tags:
7
- - v[0-9]+.[0-9]+.[0-9]+-?[a-zA-Z0-9]*
+ - v*.*.*
8
9
defaults:
10
run:
0 commit comments