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 ebec9bc commit d88e318Copy full SHA for d88e318
.github/workflows/maven-release-provider-model.yaml
@@ -34,7 +34,7 @@ jobs:
34
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
35
- name: Fetch crds
36
working-directory: "./provider-models/crossplane-${{ github.event.inputs.provider }}/src/main/resources/kubernetes"
37
- run : ./fecth.sh
+ run : ./fetch.sh
38
- name: List crds
39
40
run : ls
0 commit comments