Skip to content

Commit

Permalink
fix: update doc.crds.dev docu on new release (#242)
Browse files Browse the repository at this point in the history
closes #217

Signed-off-by: Mario Constanti <[email protected]>
  • Loading branch information
bavarianbidi authored Feb 17, 2025
1 parent 1345fec commit 8cb8a36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ jobs:
run: make release
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

- name: Send http get to doc.crds.dev to index a new version
run: |
curl -sL https://doc.crds.dev/github.com/mercedes-benz/garm-operator@${{ github.event.release.tag_name }} | grep -A2 'class="container"'

0 comments on commit 8cb8a36

Please sign in to comment.