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 174da10 commit a26a1e4Copy full SHA for a26a1e4
.github/workflows/publish.yaml
@@ -0,0 +1,15 @@
1
+name: publish
2
+on:
3
+ release:
4
+ types:
5
+ - published
6
+jobs:
7
+ krew:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout repository
11
+ uses: actions/checkout@v2
12
+ with:
13
+ fetch-depth: 0
14
+ - name: Update new version of plugin in krew-index
15
+ uses: rajatjindal/[email protected]
.github/workflows/release.yaml
@@ -20,6 +20,4 @@ jobs:
20
- name: Run GoReleaser
21
run: make release
22
env:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
- - name: Update new version of plugin in krew-index
25
- uses: rajatjindal/[email protected]
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments