Skip to content

Commit 32d2573

Browse files
committed
Fix typo
1 parent 2d9864d commit 32d2573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishToMavenCentral.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2828
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
2929
- name: Publish Package
30-
uses: fjogeleit/http-request-action@v2
30+
uses: fjogeleit/http-request-action@v1
3131
with:
3232
url: 'https://central.sonatype.com/publishing/namespaces/manual/upload/defaultRepository/org.openlcb'
3333
method: 'POST'

0 commit comments

Comments
 (0)