Skip to content

Commit

Permalink
Issue #5: Update name of release job to reflect Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Nov 14, 2024
1 parent 966d075 commit 3f5f1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
description: '(Required) The version to release. Must be a real version, not a SNAPSHOT (ie. ending in "-SNAPSHOT"). For example "1.0.0", "1.0.0-alpha-1".'
required: true
jobs:
release-publish-block-artifactory:
release-publish-maven-central:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3f5f1cd

Please sign in to comment.