From 032feb02567fc90e1f69d4971da03a2f213b98f7 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 14 Jun 2024 12:46:40 +0200 Subject: [PATCH] Better naming for publish jobs --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6e5ca29..1bc301ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ on: jobs: publish-snapshot-artifacts: - name: Publish / Artifacts + name: Publish / Artifacts (Snapshot) if: github.ref_type == 'branch' # Snapshots uses: playframework/.github/.github/workflows/publish.yml@v3 with: @@ -20,13 +20,13 @@ jobs: secrets: inherit publish-release: - name: Publish / Artifacts + name: Publish / Artifacts (Stable Release) if: github.ref_type == 'tag' # Releases uses: playframework/.github/.github/workflows/publish.yml@v3 secrets: inherit publish-release-gradle: - name: Publish / Artifacts (Gradle Plugin) + name: Publish / Artifacts (Stable Gradle Plugin) if: github.ref_type == 'tag' # Releases uses: playframework/.github/.github/workflows/publish.yml@v3 with: