Skip to content

Commit

Permalink
Change plugin name to stash from kubectl-stash
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 10, 2020
1 parent 119fefc commit 673758d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
cd $RUNNER_WORKSPACE/krew-index
./hack/scripts/open-pr.sh $GITHUB_WORKSPACE kubectl-stash
./hack/scripts/open-pr.sh $GITHUB_WORKSPACE stash
2 changes: 1 addition & 1 deletion hack/krew/plugin.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-stash
name: stash
spec:
version: {VERSION}
homepage: https://stash.run
Expand Down

0 comments on commit 673758d

Please sign in to comment.