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 b156d64 commit 0f7da86Copy full SHA for 0f7da86
.github/workflows/release.yml
@@ -3,8 +3,8 @@ name: release
3
on:
4
push:
5
tags:
6
- - "[0-9]+.[0-9]+.[0-9]+"
7
- - "[0-9]+.[0-9]+.[0-9]+-*"
+ - "v[0-9]+.[0-9]+.[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+-*"
8
9
jobs:
10
release:
0 commit comments