We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fec68f commit 6747cd6Copy full SHA for 6747cd6
1 file changed
.github/workflows/publish.yml
@@ -4,6 +4,7 @@ on:
4
tags:
5
- "v[0-9]+.[0-9]+.[0-9]+"
6
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
7
+ - "v[0-9]+.[0-9]+.[0-9]+-dev[0-9]+"
8
9
jobs:
10
publish:
0 commit comments