From 23d954c687832597189625f772267719f9e2c294 Mon Sep 17 00:00:00 2001 From: CIB Advanced Analytics <141227200+cibaa-team-user@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:13:17 +0300 Subject: [PATCH] chore: debug publish ci [skip-ci] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64b9db3..ec499ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,11 +68,11 @@ jobs: PKG: RELEASE - name: Debug bundle and access to Sonatype run: | - ls -l ./target/sonatype-staging/2.0.0-3.2-bundle curl --request POST \ --verbose \ --header "Authorization: Bearer $ST_TOKEN" \ "${URL}/status?id=28570f16-da32-4c14-bd2e-c1acc0782365" + ls -l ./target/sonatype-staging/2.0.0-3.2 env: ST_TOKEN: ${{ secrets.SONATYPE_TOKEN }} URL: https://central.sonatype.com/api/v1/publisher