Skip to content

Commit 6135f05

Browse files
committed
fix(ci): try to fix the workflow to publish on krew
1 parent f38756a commit 6135f05

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-plz.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,11 @@ jobs:
9898
needs: [release, build]
9999
if: needs.release.outputs.releases_created == 'true'
100100
runs-on: ubuntu-latest
101+
permissions:
102+
contents: read
101103
steps:
102-
- uses: actions/checkout@v4
104+
- uses: actions/checkout@v6
103105
with:
104106
ref: ${{ needs.release.outputs.tag }}
107+
fetch-depth: 0
105108
- uses: rajatjindal/krew-release-bot@v0.0.51

0 commit comments

Comments
 (0)