Skip to content

Commit c3e7bb4

Browse files
authored
Fix .krew and release archives (#83)
Signed-off-by: Joseph <jvaikath@redhat.com>
1 parent bba4dbb commit c3e7bb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Build all architectures
3737
run: |
3838
set -e
39-
echo "Building all architectures for release..."
40-
if ! make release-build; then
39+
echo "Building all architectures for release ${{ github.ref_name }}..."
40+
if ! make release-build VERSION="${{ github.ref_name }}"; then
4141
echo "❌ Build failed"
4242
exit 1
4343
fi

.krew.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: krew.googlecontainertools.github.com/v1alpha2
22
kind: Plugin
33
metadata:
4-
name: kubectl-oadp
4+
name: oadp
55
spec:
66
version: {{ .TagName }}
77
homepage: https://github.com/migtools/oadp-cli

0 commit comments

Comments
 (0)