From bec0eed045647c5efedcaff2ff994dd173f436b3 Mon Sep 17 00:00:00 2001 From: Jamie Li Date: Wed, 18 Dec 2024 08:02:15 +0800 Subject: [PATCH] Changed publish action job name --- .github/workflows/on_release_created_or_updated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_release_created_or_updated.yml b/.github/workflows/on_release_created_or_updated.yml index 253fdfc..d15f9f3 100644 --- a/.github/workflows/on_release_created_or_updated.yml +++ b/.github/workflows/on_release_created_or_updated.yml @@ -6,7 +6,7 @@ on: types: [ created, edited, published ] jobs: - build_and_publish_jar: + build_and_publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4