Skip to content

Commit b55a2f5

Browse files
committed
Rename action pages
1 parent 1d1b7e8 commit b55a2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-to-maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: '1.0.0'
1010

1111
jobs:
12-
publish-central-and-pages:
12+
publish-central:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- run: echo "Will start a Maven Central upload with version ${{ github.event.inputs.releaseversion }}"
@@ -50,7 +50,7 @@ jobs:
5050
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5151

5252
publish-github-release:
53-
needs: publish-central-and-pages
53+
needs: publish-central
5454
runs-on: ubuntu-latest
5555

5656
steps:

0 commit comments

Comments
 (0)