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 <[email protected]>
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/[email protected]
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+   update_release_draft:
+      uses: 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v2

Reply via email to