We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19da421 commit 0d627f2Copy full SHA for 0d627f2
1 file changed
.github/workflows/release.yml
@@ -14,6 +14,7 @@ on:
14
push:
15
tags:
16
- 'v[0-9]+.[0-9]+.[0-9]+'
17
+ - 'v[0-9]+.[0-9]+.[0-9]+-alpha[0-9]*'
18
jobs:
19
goreleaser:
20
runs-on: ubuntu-latest
0 commit comments