Skip to content

Commit

Permalink
ci: add step to trigger docs.crd.dev index
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed May 21, 2024
1 parent 910c057 commit 2d22462
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
version: ${{ github.event.inputs.version }}
message: ${{ github.event.inputs.message }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build docs.crd.dev index
run: |
curl -v https://doc.crds.dev/github.com/crossplane-contrib/provider-palette@${{ github.event.inputs.version }}
echo "Triggered docs.crd.dev to index provider-palette@${{ github.event.inputs.version }}"

0 comments on commit 2d22462

Please sign in to comment.