Skip to content

Commit

Permalink
Fix Actions command for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed May 1, 2023
1 parent db675c0 commit bc92142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: ./gradlew checkMavenCentralPublication --scan
env:
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
- run: ./gradlew build --scan -Dkotlin.daemon.jvm.options=-Xmx3g
- run: ./gradlew build --scan "-Dkotlin.daemon.jvm.options=-Xmx3g"
- run: ./gradlew publishMingwX64PublicationToMavenRepository --scan
env:
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
Expand All @@ -36,7 +36,7 @@ jobs:
- run: ./gradlew checkMavenCentralPublication --scan
env:
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
- run: ./gradlew build --scan -Dkotlin.daemon.jvm.options=-Xmx3g
- run: ./gradlew build --scan "-Dkotlin.daemon.jvm.options=-Xmx3g"
- run: ./gradlew publish --scan
env:
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}

0 comments on commit bc92142

Please sign in to comment.