Skip to content

Commit 4409eb7

Browse files
authored
Fix release script invocation (#302)
1 parent 820df7d commit 4409eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
./gradlew \
6262
--no-configuration-cache \
63-
-PhasPrebuiltAssets=true
63+
-PhasPrebuiltAssets=true \
6464
-PGITHUB_PUBLISH_TOKEN="${{ secrets.GITHUB_TOKEN }}" \
6565
-PsigningInMemoryKey="${{ secrets.SIGNING_KEY }}" \
6666
-PsigningInMemoryKeyId="${{ secrets.SIGNING_KEY_ID }}" \

0 commit comments

Comments
 (0)