Skip to content

Commit 68aa28f

Browse files
committed
[CI] Fix duplicate central-publish-action in ci.yml
Signed-off-by: Chris Bono <[email protected]>
1 parent de85b9e commit 68aa28f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ jobs:
158158
-PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD"
159159
- name: Publish staged artifacts to Central
160160
if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
161-
steps:
162-
- name: Deploy
163-
uses: spring-io/central-publish-action@0cdd90d12e6876341e82860d951e1bcddc1e51b6 # v0.2.0
164-
with:
165-
token-name: ${{ secrets.SONATYPE_TOKEN_NAME }}
166-
token: ${{ secrets.SONATYPE_TOKEN }}
167161
uses: spring-io/[email protected]
168162
with:
169163
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}

0 commit comments

Comments
 (0)