Skip to content

Commit 5ae3811

Browse files
committed
Fix release workflow
1 parent fe96f63 commit 5ae3811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
- name: Parse changelog
9797
id: changelog
9898
uses: mindsers/changelog-reader-action@v2
99+
with:
100+
version: ${{ github.ref }}
99101

100102
- name: Publish GitHub release
101103
id: create_release

0 commit comments

Comments
 (0)