Skip to content

Commit 92e63f2

Browse files
authored
[skip ci] fix changelog generation
1 parent 2790af4 commit 92e63f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
uses: mikepenz/release-changelog-builder-action@v4
7575
env:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77-
77+
with:
78+
toTag: "main"
79+
7880
- name: Configure git
7981
run: |
8082
git config --global user.name "${GITHUB_ACTOR}"

0 commit comments

Comments
 (0)