Skip to content

Commit 088c11a

Browse files
committed
Fix typo in github actions
1 parent 9b4aca8 commit 088c11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: always() && startsWith(github.ref, 'refs/tags/v')
5353
run: |
5454
./gradlew publishMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository \
55-
-x :teamscale-maven-plugin:publishMavenPublicationToSonatypeRepository
55+
-x :teamscale-maven-plugin:publishMavenPublicationToSonatypeRepository \
5656
-Psigning.secretKeyRingFile=${{ github.workspace }}/.gnupg/secring.gpg \
5757
-PgpgDirectory=${{ github.workspace }}/.gnupg \
5858
-Psigning.password=${{ secrets.MAVEN_CENTRAL_GPG_SIGNATURE }} \

0 commit comments

Comments
 (0)