File tree Expand file tree Collapse file tree 1 file changed +5
-25
lines changed Expand file tree Collapse file tree 1 file changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -27,35 +27,15 @@ jobs:
2727 runs-on : ubuntu-latest
2828 name : " Bump version and create changelog with commitizen"
2929 steps :
30+
3031 - name : Check out
3132 uses : actions/checkout@v4
3233 with :
3334 fetch-depth : 0
34- token : ${{ github.token }}
35-
36- - name : Setup Python
37- uses : actions/setup-python@v5
38- with :
39- python-version : " 3.12"
40-
41- - name : Install uv
42- uses : astral-sh/setup-uv@v5
35+ token : ' ${{ github.token }}'
4336
44- - name : Install dependencies
45- run : uv sync --extra=dev
46-
47- - id : cz
48- name : Create bump and changelog
37+ - name : Create bump and changelog
4938 uses : commitizen-tools/commitizen-action@master
5039 with :
51- github_token : ${{ github.token }}
52- changelog_increment_filename : body.md
53- increment : ${{ github.event.inputs.increment }}
54-
55- - name : Create Release
56- uses : softprops/action-gh-release@v2
57- with :
58- body_path : body.md
59- tag_name : ${{ env.REVISION }}
60- env :
61- GITHUB_TOKEN : ${{ github.token }}
40+ github_token : ' ${{ github.token }}'
41+ branch : master
You can’t perform that action at this time.
0 commit comments