1 parent 321c85f commit 48aa8eaCopy full SHA for 48aa8ea
1 file changed
.github/workflows/convert-proto.yml
@@ -31,14 +31,14 @@ jobs:
31
npm install -g @bufbuild/buf
32
buf --version
33
34
- - name: Download Release Assets
35
- uses: robinraju/release-downloader@v1
36
- with:
37
- repository: 'opensearch-project/opensearch-api-specification'
38
- latest: true
39
- fileName: 'opensearch-openapi.yaml'
40
- tag: 'main-latest'
41
- preRelease: true
+# - name: Download Release Assets
+# uses: robinraju/release-downloader@v1
+# with:
+# repository: 'opensearch-project/opensearch-api-specification'
+# latest: true
+# fileName: 'opensearch-openapi.yaml'
+# tag: 'main-latest'
+# preRelease: true
42
43
- name: Get Latest Commit ID
44
id: get_commit
0 commit comments