Skip to content

Commit 8e97e70

Browse files
committed
docs: added version output to sample workflow
1 parent 3e8e796 commit 8e97e70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
token: "${{ secrets.GITHUB_TOKEN }}"
56-
- name: Create bump and changelog
56+
- id: cz
57+
name: Create bump and changelog
5758
uses: commitizen-tools/commitizen-action@master
5859
with:
5960
github_token: ${{ secrets.GITHUB_TOKEN }}
61+
- name: Print Version
62+
run: echo "Bumped to version ${{ steps.cz.outputs.version }}"
6063
```
6164
6265
## Variables

0 commit comments

Comments
 (0)