Skip to content

Commit

Permalink
Fix .goreleaser.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
circleci committed Feb 28, 2022
1 parent e91ee1f commit 3b518bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ krews:
# The usual guideline for this is to be at most 50 chars long.
#
# Default is empty.
short_description: kubectl-cred is a kubernetes plugin to which switch to contexts and namespaces and clusters using an interactive CLI.
short_description: "kubectl-cred is a kubernetes plugin to which switch to contexts and namespaces and clusters using an interactive CLI."

# Caveats for the user of your binary.
# The usual guideline for this is to wrap the line at 80 chars.
Expand All @@ -151,4 +151,4 @@ krews:
# If set to auto, the release will not be uploaded to the Krew plugin
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
# Default is false.
skip_upload: true
skip_upload: false

0 comments on commit 3b518bf

Please sign in to comment.