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

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 8d36d1e5ea Adjust job name
8d36d1e5ea is described below

commit 8d36d1e5ea01eda63a91ee1bedaa93e0114af16a
Author: James Daugherty <[email protected]>
AuthorDate: Wed May 28 16:27:37 2025 -0400

    Adjust job name
---
 .github/workflows/dropStaging.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/dropStaging.yml 
b/.github/workflows/dropStaging.yml
index 29d9afb3f9..b5e550324c 100644
--- a/.github/workflows/dropStaging.yml
+++ b/.github/workflows/dropStaging.yml
@@ -21,7 +21,8 @@ on:
         description: 'ID of the staging repository to drop - i.e. 
orgapachegrails-1000'
         required: true
 jobs:
-  publish:
+  dropStaging:
+    name: "Drop Staging Repository"
     runs-on: ubuntu-latest
     steps:
       - name: Drop staging repository from Nexus

Reply via email to