You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/12 05:35:04 UTC

[maven-jar-plugin] branch master updated: use release-drafter from shared action

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 <s....@gmail.com>
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/release-drafter@v5.18.1
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+    uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v2