Skip to content

Commit a11b9a7

Browse files
committed
[CI] Update central-publish-action (take 4)
Adding debug to central deploy step Signed-off-by: onobc <[email protected]>
1 parent 478e615 commit a11b9a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
- name: Publish staged artifacts to Central
160160
if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
161161
uses: spring-io/central-publish-action@f4011b13b62eccc4db5f7e0fb4bdf37b4b80750f # v0.2.0
162+
env:
163+
ACTION_STEPS_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }}
162164
with:
163165
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
164166
token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}

0 commit comments

Comments
 (0)