Skip to content

Commit 1245ce4

Browse files
authored
ci: remove manual release step that did not work (#89)
1 parent d2cec1d commit 1245ce4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,3 @@ jobs:
5353
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
5454
ORG_GRADLE_PROJECT_ossrhUserName: ${{ secrets.OSSRH_USERNAME }}
5555
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
56-
57-
- name: Manual release
58-
run: |
59-
AUTH_TOKEN=$(echo -n "${{ secrets.OSSRH_USERNAME }}:${{ secrets.OSSRH_PASSWORD }}" | base64)
60-
curl -X POST \
61-
-H "Authorization: Bearer $AUTH_TOKEN" \
62-
https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.github.open-coap?automatic=true

0 commit comments

Comments
 (0)