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.
2 parents 8cfe363 + cee03d1 commit 8ce6360Copy full SHA for 8ce6360
.github/workflows/generate-release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Get API specs and generate JSON files
28
run: |
29
- PREVIOUS_MERGE=$(git rev-list --merges main | head -n 2 | tail -n 1)
+ PREVIOUS_MERGE=$(git rev-list --merges master | head -n 2 | tail -n 1)
30
git show $PREVIOUS_MERGE:api.yaml > previous.yaml || echo "v0.0.0" > previous.yaml
31
yq -o=json previous.yaml > previous.json
32
0 commit comments