From be62b354f75b9b36d99649d96bf131ce0db971b8 Mon Sep 17 00:00:00 2001 From: cleverchuk Date: Wed, 2 Oct 2024 15:06:58 -0400 Subject: [PATCH] NH-86008: update pipeline configuration file --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c4666ab..d027063 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,7 +6,7 @@ # The workflow needs to be triggered manually. (go to the Actions tab in the repo page, choose the workflow and click `Run Workflow`) # The draft release will be named based on the `revision` property in the pom file. For example, if the pom revision is 7.0.4, the release # will be named as "v7.0.4" -name: Build and Publish Core libs with Maven +name: Release on: workflow_dispatch: