This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-source-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git
The following commit(s) were added to refs/heads/maven-source-plugin-3.x by this push: new 18d144e Allow to manually execute release drafter 18d144e is described below commit 18d144e33914a8fb5b36d3558bc02fe2129c61ff Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Apr 12 21:12:21 2025 +0200 Allow to manually execute release drafter --- .github/workflows/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index eaef657..4f09f1c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -20,6 +20,8 @@ on: push: branches: - maven-source-plugin-3.x + workflow_dispatch: + jobs: update_release_draft: uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4