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 ad31daf commit 925466aCopy full SHA for 925466a
.github/workflows/release.yaml
@@ -2,8 +2,8 @@ name: release
2
on:
3
push:
4
tags:
5
- - 'v2.[0-9]+.[0-9]+'
6
- - 'v2.[0-9]+.[0-9]+-beta.[0-9]+'
+ - 'v200.[0-9]+.[0-9]+'
+ - 'v200.[0-9]+.[0-9]+-beta.[0-9]+'
7
8
permissions:
9
contents: write
0 commit comments