Skip to content

Commit

Permalink
Update connectco-dev-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hig1002 authored Jan 28, 2025
1 parent 099f082 commit 322b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/connectco-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mkdir -p firebase
cd firebase
touch ConnectCo_fcm.json
echo "${{ secrets.FCM_JSON }}" | sed 's/\\n/\n/g' > ConnectCo_fcm.json
echo -e "${{ secrets.FCM_JSON }}" > ConnectCo_fcm.json
popd
# 빌드 (test 제외)
Expand Down

0 comments on commit 322b78f

Please sign in to comment.