Skip to content

Commit 3b9987f

Browse files
committed
version.json: Updated ref spec so tags can be built as releases. GitHub Actions checks out the tag when a tag is pushed, so this will ensure it has the same version as the local branch does.
1 parent 89474c9 commit 3b9987f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

version.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"publicReleaseRefSpec": [
1111
"^refs/heads/main$",
1212
"^refs/heads/master$",
13-
"^refs/heads/release/v\\d+\\.\\d+\\.\\d+$"
13+
"^refs/heads/release/v\\d+\\.\\d+\\.\\d+$",
14+
"^refs/tags/v\\d+\\.\\d+\\.\\d+(?:-[^+]+)?$"
1415
],
1516
"cloudBuild": {
1617
"buildNumber": {

0 commit comments

Comments
 (0)