We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d733ce4 commit 5a746ffCopy full SHA for 5a746ff
.github/workflows/php.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Generate changelog file
63
id: changelog
64
- if: ${{ matrix.php == '7.4' }}
+ if: ${{ matrix.php == '8.0' }}
65
run: |
66
wget -c -q https://github.com/inhere/kite/releases/latest/download/kite.phar
67
php kite.phar git cl last head --style gh-release --no-merges --fetch-tags --unshallow --file example/changelog.md
0 commit comments