Skip to content

Commit 53dce3e

Browse files
committed
chore: add CHANGELOG.md
1 parent 3f9f659 commit 53dce3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Get Semantic Release Version
2929
id: get-version
30-
run: echo "::set-output name=version::$(grep -oP '\[\d+\.\d+\.\d+\]' CHANGELOG.md | tr -d '[]')"
30+
run: |
31+
cat CHANGELOG.md
32+
echo "::set-output name=version::$(grep -oP '\[\d+\.\d+\.\d+\]' CHANGELOG.md | tr -d '[]')"
33+
3134
3235
- name: show version
3336
run: |

0 commit comments

Comments
 (0)