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 e4a3df2 commit 3b7d3e2Copy full SHA for 3b7d3e2
.github/workflows/bump-n-release.yml
@@ -35,7 +35,7 @@ jobs:
35
token: ${{ secrets.BUMP_N_RELEASE }}
36
fetch-depth: 0
37
fetch-tags: true
38
- persist-credentials: false
+ persist-credentials: true # needed for `git push`
39
- name: Set up Python
40
uses: actions/setup-python@v6
41
with:
0 commit comments