Skip to content

Commit 68d3ac3

Browse files
authored
chore: fix missing quotes in publish script (#78)
1 parent 5c1ca36 commit 68d3ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
signing.keyId=${{ secrets.ANDROID_SIGNING_KEY_ID }}
3030
signing.password=${{ secrets.ANDROID_SIGNING_PASSWORD }}
3131
signing.key=${{ secrets.ANDROID_SIGNING_KEY }}
32-
portals_key=${{ secrets.portals_key }}
32+
portals_key="${{ secrets.portals_key }}"
3333
EOF
3434
echo "local.properties file has been created successfully."
3535
- name: Assemble release and add artifact to GH Release

0 commit comments

Comments
 (0)