We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028918c commit 8a2aad9Copy full SHA for 8a2aad9
1 file changed
.github/workflows/ci.yaml
@@ -89,7 +89,7 @@ jobs:
89
- id: script
90
run: |
91
version=$(jq -r '.info.version' dist/openapi.json)
92
- commits_since_release=$(git log --oneline "v$version"..HEAD | wc -l)
+ commits_since_release=$(git log --oneline "release/$version"..HEAD | wc -l)
93
94
version=$(semver $version -i)-nightly.$commits_since_release
95
0 commit comments