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 35efa71 commit 3d44437Copy full SHA for 3d44437
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Determine tag
32
run: echo "RELEASE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
33
34
- - name: Parse changelog
+ - name: Parse ChangeLog
35
run: build/scripts/extract-release-notes.php ${{ env.RELEASE_TAG }} > release-notes.md
36
37
- name: Create release
0 commit comments