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 77ab680 commit 56c0cc1Copy full SHA for 56c0cc1
1 file changed
.github/workflows/bumpversion.yml
@@ -23,11 +23,13 @@ jobs:
23
python --version
24
25
python -m pip install -U commitizen
26
- - name: Create bump
+ - name: Configure repo
27
run: |
28
git config --local user.email "action@github.com"
29
git config --local user.name "GitHub Action"
30
- git config --local push.followTags true
+ git pull origin master --tags
31
+ - name: Create bump
32
+ run: |
33
cz bump --yes
34
git tag
35
- name: Push changes
0 commit comments