Skip to content

Commit afd2bd6

Browse files
committed
fix syntax error
1 parent bfd7e0a commit afd2bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/build-alpha-release-notes

.github/actions/build-alpha-release-notes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
echo
3030
git log "${{ inputs.latest_tag }}..HEAD" \
3131
--oneline \
32-
--no-merges \
32+
--no-merges
3333
} > docs/release.md
3434
- name: Upload UI artifact
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)