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 f38756a commit 6135f05Copy full SHA for 6135f05
1 file changed
.github/workflows/release-plz.yaml
@@ -98,8 +98,11 @@ jobs:
98
needs: [release, build]
99
if: needs.release.outputs.releases_created == 'true'
100
runs-on: ubuntu-latest
101
+ permissions:
102
+ contents: read
103
steps:
- - uses: actions/checkout@v4
104
+ - uses: actions/checkout@v6
105
with:
106
ref: ${{ needs.release.outputs.tag }}
107
+ fetch-depth: 0
108
- uses: rajatjindal/krew-release-bot@v0.0.51
0 commit comments