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 a47756a commit 2cc82caCopy full SHA for 2cc82ca
.github/workflows/version-bump.yml
@@ -22,6 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
permissions:
24
contents: write
25
+ pull-requests: write
26
steps:
27
- uses: actions/checkout@v4
28
- name: Set up Python 3.10
@@ -39,8 +40,6 @@ jobs:
39
40
git config credential.helper "store --file=.git/credentials"
41
echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
42
- bump2version ${{ inputs.bumpLevel }}
43
-
44
echo "##[section]Creating commit on branch 'version-bump'"
45
git checkout -b version-bump
46
bump2version ${{ inputs.bumpLevel }}
0 commit comments