We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba4dbb commit c3e7bb4Copy full SHA for c3e7bb4
.github/workflows/release.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: Build all architectures
37
run: |
38
set -e
39
- echo "Building all architectures for release..."
40
- if ! make release-build; then
+ echo "Building all architectures for release ${{ github.ref_name }}..."
+ if ! make release-build VERSION="${{ github.ref_name }}"; then
41
echo "❌ Build failed"
42
exit 1
43
fi
.krew.yaml
@@ -1,7 +1,7 @@
1
apiVersion: krew.googlecontainertools.github.com/v1alpha2
2
kind: Plugin
3
metadata:
4
- name: kubectl-oadp
+ name: oadp
5
spec:
6
version: {{ .TagName }}
7
homepage: https://github.com/migtools/oadp-cli
0 commit comments