Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f796cff

Browse files
style: Use consistent indentation in bumpversion
1 parent 42e06d2 commit f796cff

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/bumpversion.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: 'Bump version and create changelog with commitizen'
1212
steps:
13-
- name: Check out
14-
uses: actions/checkout@v2
15-
with:
16-
fetch-depth: 0
17-
- name: Create bump and changelog
18-
uses: commitizen-tools/commitizen-action@master
19-
with:
20-
github_token: ${{ secrets.GITHUB_TOKEN }}
21-
changelog_increment_filename: body.md
22-
- name: Release
23-
uses: softprops/action-gh-release@v1
24-
with:
25-
body_path: "body.md"
26-
tag_name: ${{ env.REVISION }}
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
- name: Check out
14+
uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
17+
- name: Create bump and changelog
18+
uses: commitizen-tools/commitizen-action@master
19+
with:
20+
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
changelog_increment_filename: body.md
22+
- name: Release
23+
uses: softprops/action-gh-release@v1
24+
with:
25+
body_path: "body.md"
26+
tag_name: ${{ env.REVISION }}
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)