Skip to content

Commit

Permalink
fixed goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodProgrammer committed Jun 4, 2023
1 parent a5694c4 commit dca6b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
builds:
- binary: ./bin/helm-migrate
- main: ./src/helm-migrate
binary: ./bin/helm-migrate
flags:
- -trimpath
env:
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: migrate
version: "0.0.4"
version: "0.0.6"
usage: "backup restore"
description: "Backup and restore helm charts in entire cluster"
command: "$HELM_PLUGIN_DIR/bin/helm-migrate"
Expand Down

0 comments on commit dca6b05

Please sign in to comment.