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 1a47993 commit a9885ddCopy full SHA for a9885dd
.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[0-9]+.[0-9]+.[0-9]+-?[a-zA-Z0-9]*
8
9
defaults:
10
run:
0 commit comments