Skip to content

Commit

Permalink
Merge pull request playframework#804 from mkurz/gha_publish_naming
Browse files Browse the repository at this point in the history
Better naming for publish jobs
  • Loading branch information
mkurz authored Jun 14, 2024
2 parents 2ef78c0 + 032feb0 commit b238cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b238cac

Please sign in to comment.