We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9f065 commit 8869c49Copy full SHA for 8869c49
.github/workflows/on-release.yml
@@ -8,5 +8,7 @@ jobs:
8
name: update krew
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: checkout
12
+ uses: actions/checkout@v3
13
- name: Call krew-release-bot
14
uses: rajatjindal/[email protected]
.krew.yaml
@@ -18,7 +18,7 @@ spec:
18
values:
19
- darwin
20
- linux
21
- {{addURIAndSha ""https://github.com/netobserv/network-observability-cli/releases/download/{{ .TagName }}/netobserv-cli.tar.gz"" .TagName }}
+ {{addURIAndSha "https://github.com/netobserv/network-observability-cli/releases/download/{{ .TagName }}/netobserv-cli.tar.gz" .TagName }}
22
files:
23
- from: "build/netobserv"
24
to: "netobserv"
0 commit comments