Skip to content

Commit 8a2aad9

Browse files
committed
ci: fix
1 parent 028918c commit 8a2aad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- id: script
9090
run: |
9191
version=$(jq -r '.info.version' dist/openapi.json)
92-
commits_since_release=$(git log --oneline "v$version"..HEAD | wc -l)
92+
commits_since_release=$(git log --oneline "release/$version"..HEAD | wc -l)
9393
9494
version=$(semver $version -i)-nightly.$commits_since_release
9595

0 commit comments

Comments
 (0)