Skip to content

Commit

Permalink
Drop failed deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Sep 18, 2024
1 parent 80d33f3 commit e496daa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
check-status:
runs-on: ubuntu-latest
steps:
- name: Check status
- name: Drop deployment
run: |
curl --request POST \
curl --request DELETE \
-u "${{ secrets.CENTRAL_TOKEN_USERNAME }}:${{ secrets.CENTRAL_TOKEN_PASSWORD }}" \
"https://central.sonatype.com/api/v1/publisher/status?id=bd220efe-3d01-451a-b5cc-f0f77c105fee" \
| jq
"https://central.sonatype.com/api/v1/publisher/deployment/bd220efe-3d01-451a-b5cc-f0f77c105fee"
# load-platform-matrix:
# runs-on: ubuntu-latest
# environment: AWS_ACTIONS
Expand Down

0 comments on commit e496daa

Please sign in to comment.