We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9767434 commit 205c8dfCopy full SHA for 205c8df
.github/workflows/release.yaml
@@ -25,6 +25,11 @@ jobs:
25
- name: Build Release Artifacts
26
run: RELEASE_TAG="${{ github.ref_name }}" make release
27
28
+ - name: Update crds docs
29
+ run: |
30
+ echo "Release Tag: ${{ github.ref_name }}"
31
+ curl -sSL https://doc.crds.dev/github.com/oracle/cluster-api-provider-oci@${{ github.ref_name }}
32
+
33
- uses: actions/upload-artifact@v2
34
with:
35
name: CAPOCI Artifacts
0 commit comments