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

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


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

commit bc6a6bed4cdcd6344f09c805f54a6f6e66304d76
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu May 12 07:34:28 2022 +0200

    use release-drafter from shared action
---
 .github/workflows/release-drafter.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/release-drafter.yml 
b/.github/workflows/release-drafter.yml
index 7bda902..3211539 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -22,10 +22,7 @@ on:
   push:
     branches:
       - master
+
 jobs:
   update_release_draft:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: release-drafter/[email protected]
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+    uses: 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v2

Reply via email to