We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9864d commit 32d2573Copy full SHA for 32d2573
.github/workflows/PublishToMavenCentral.yml
@@ -27,7 +27,7 @@ jobs:
27
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
28
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
29
- name: Publish Package
30
- uses: fjogeleit/http-request-action@v2
+ uses: fjogeleit/http-request-action@v1
31
with:
32
url: 'https://central.sonatype.com/publishing/namespaces/manual/upload/defaultRepository/org.openlcb'
33
method: 'POST'
0 commit comments