Skip to content

Commit

Permalink
Use path
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Jun 10, 2024
1 parent b68c540 commit 54420d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push
env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=\"-Xmx8G -XX:MaxMetaspaceSize=512m -Dorg.gradle.daemon=false -Dkotlin.incremental=false\" -Dorg.gradle.daemon=false -Dkotlin.incremental=false -Dkotlin.daemon.jvm.options=-Xmx8G,-XX:MaxMetaspaceSize=512m,-Dorg.gradle.daemon=false,-Dkotlin.incremental=false"
JAVA_OPTS: "-Xmx8G -XX:MaxMetaspaceSize=512m -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
SIGNING_SECRET_KEY_RING_FILE: "~/kaluga/convention-plugins/keys/secret-keys.gpg"
SIGNING_SECRET_KEY_RING_FILE: "${{ github.path }}/kaluga/convention-plugins/keys/secret-keys.gpg"

concurrency: publish-${{ github.ref_name }}

Expand Down

0 comments on commit 54420d0

Please sign in to comment.