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 47ad12f commit 19b23bfCopy full SHA for 19b23bf
.github/workflows/package.yml
@@ -106,7 +106,7 @@ jobs:
106
# Inject LOG_ENCRYPTION_PUBLIC_KEY to encrypt sensitive log
107
- name: Inject environment variables
108
run: |
109
- echo "\nLOG_ENCRYPTION_PUBLIC_KEY=${{ secrets.LOG_ENCRYPTION_PUBLIC_KEY }}\n" >> packages/neuron-wallet/.env
+ echo "LOG_ENCRYPTION_PUBLIC_KEY=${{ secrets.LOG_ENCRYPTION_PUBLIC_KEY }}" >> packages/neuron-wallet/.env
110
111
- name: Package for MacOS
112
if: matrix.os == 'macos-latest'
0 commit comments