Browse Source

ci(release): Enable the CalVer flag for release (#22969)

We need this for automated version numbers
Burak Yigit Kaya 4 years ago
parent
commit
966002cc9b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/release.yml

@@ -28,3 +28,4 @@ jobs:
         with:
           version: ${{ github.event.inputs.version }}
           force: ${{ github.event.inputs.force }}
+          calver: true