We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd7e0a commit afd2bd6Copy full SHA for afd2bd6
1 file changed
.github/actions/build-alpha-release-notes/action.yml
@@ -29,7 +29,7 @@ runs:
29
echo
30
git log "${{ inputs.latest_tag }}..HEAD" \
31
--oneline \
32
- --no-merges \
+ --no-merges
33
} > docs/release.md
34
- name: Upload UI artifact
35
uses: actions/upload-artifact@v4
0 commit comments