Skip to content

Commit

Permalink
chore: debug publish ci [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cibaa-team-user authored Aug 20, 2024
1 parent 2c8b5b4 commit 23d954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d954c

Please sign in to comment.