Skip to content

Commit

Permalink
Sending HTTP get request to doc.crds.dev to index new version (#868)
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <[email protected]>
  • Loading branch information
jkremser authored Apr 1, 2022
1 parent 532bef1 commit 4944467
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/changelog_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ jobs:
base: master
signoff: true
token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 4944467

Please sign in to comment.