Skip to content

Commit 65c8080

Browse files
committed
Correct configuration of central-publish-action
See gh-968
1 parent dfef03e commit 65c8080

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/actions/sync-to-maven-central/action.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,8 @@ runs:
2626
- name: Sync
2727
uses: spring-io/central-publish-action@0cdd90d12e6876341e82860d951e1bcddc1e51b6 # v0.2.0
2828
with:
29-
close: true
30-
create: true
31-
generate-checksums: true
32-
password: ${{ inputs.ossrh-s01-token-password }}
33-
release: true
34-
staging-profile-name: ${{ inputs.ossrh-s01-staging-profile }}
35-
upload: true
36-
username: ${{ inputs.ossrh-s01-token-username }}
29+
token: ${{ inputs.central-token-password }}
30+
token-name: ${{ inputs.central-token-username }}
3731
- name: Await
3832
uses: ./.github/actions/await-http-resource
3933
with:

0 commit comments

Comments
 (0)