Skip to content
Snippets Groups Projects
Unverified Commit 75a18b45 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #2107 from chanwit/json_schemas

Publish OpenAPI JSON schemas for Visual Studio Code IntelliSense
parents e72214e2 716b41e9
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,10 @@ jobs:
with:
crd: all-crds.yaml
output: schemas
combined_filename: crd-schemas.json
- name: Archive the OpenAPI JSON schemas
run: |
mv schemas/crd-schemas.json ./output/crd-schemas.json
tar -czvf ./output/crd-schemas.tar.gz -C schemas .
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
......
......@@ -83,6 +83,7 @@ release:
- glob: ./output/crd-schemas.tar.gz
- glob: ./output/manifests.tar.gz
- glob: ./output/install.yaml
- glob: ./output/crd-schemas.json
dockers:
- image_templates:
- 'fluxcd/flux-cli:{{ .Tag }}-amd64'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment