Skip to content

Commit 19b23bf

Browse files
authored
fix: remove CRs when inject environment variables (nervosnetwork#3236)
1 parent 47ad12f commit 19b23bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# Inject LOG_ENCRYPTION_PUBLIC_KEY to encrypt sensitive log
107107
- name: Inject environment variables
108108
run: |
109-
echo "\nLOG_ENCRYPTION_PUBLIC_KEY=${{ secrets.LOG_ENCRYPTION_PUBLIC_KEY }}\n" >> packages/neuron-wallet/.env
109+
echo "LOG_ENCRYPTION_PUBLIC_KEY=${{ secrets.LOG_ENCRYPTION_PUBLIC_KEY }}" >> packages/neuron-wallet/.env
110110
111111
- name: Package for MacOS
112112
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)