Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Build all architectures
run: |
set -e
echo "Building all architectures for release..."
if ! make release-build; then
echo "Building all architectures for release ${{ github.ref_name }}..."
if ! make release-build VERSION="${{ github.ref_name }}"; then
echo "❌ Build failed"
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion .krew.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kubectl-oadp
name: oadp
spec:
version: {{ .TagName }}
homepage: https://github.com/migtools/oadp-cli
Expand Down
Loading