You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/02/23 10:48:06 UTC

[maven-compiler-plugin] branch master updated: use shared release drafter

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 96ed94f  use shared release drafter
96ed94f is described below

commit 96ed94f5bcc0de6b6bd36816ce5caf3100dcd840
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 23 20:48:01 2022 +1000

    use shared release drafter
---
 .github/workflows/release-drafter.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 05e5391..58e5ee4 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -21,9 +21,5 @@ on:
     branches:
       - master
 jobs:
-  update_release_draft:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: release-drafter/release-drafter@v5.18.1
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+   update_release_draft:
+      uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v2