Skip to content

Commit 77e6cc8

Browse files
committed
remove download
1 parent bcf2451 commit 77e6cc8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
npm install -g @bufbuild/buf
3232
buf --version
3333
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
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
4242

4343
- name: Get Latest Commit ID
4444
id: get_commit

0 commit comments

Comments
 (0)