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 2021/10/21 21:12:50 UTC

[maven-gh-actions-shared] branch main updated: Fix branch name for release-drafter (#10)

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

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f2e136  Fix branch name for release-drafter (#10)
7f2e136 is described below

commit 7f2e1364137e4bd88408fd6d67a38d1f0c0e217c
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Oct 21 23:12:44 2021 +0200

    Fix branch name for release-drafter (#10)
---
 .github/workflows/release-drafter.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 53f986e..e063da2 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -19,7 +19,8 @@ name: Release Drafter
 on:
   push:
     branches:
-      - master
+      - main
+
 jobs:
   update_release_draft:
     runs-on: ubuntu-latest