Skip to content

Commit 60095f3

Browse files
committed
fix gen chlog error on release
1 parent 4d4cd34 commit 60095f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: changelog
4949
run: |
5050
wget -c -q https://github.com/inhere/kite/releases/latest/download/kite.phar
51-
php kite.phar git cl last head --style gh-release --no-merges --fetch-tags --unshallow --file changelog.md
51+
php kite.phar git cl prev last --style gh-release --no-merges --fetch-tags --unshallow --file changelog.md
5252
cat changelog.md
5353
5454
# https://github.com/softprops/action-gh-release

0 commit comments

Comments
 (0)