We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820df7d commit 4409eb7Copy full SHA for 4409eb7
.github/workflows/deploy.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
./gradlew \
62
--no-configuration-cache \
63
- -PhasPrebuiltAssets=true
+ -PhasPrebuiltAssets=true \
64
-PGITHUB_PUBLISH_TOKEN="${{ secrets.GITHUB_TOKEN }}" \
65
-PsigningInMemoryKey="${{ secrets.SIGNING_KEY }}" \
66
-PsigningInMemoryKeyId="${{ secrets.SIGNING_KEY_ID }}" \
0 commit comments