Skip to content

Commit

Permalink
fix: ci-cd 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Nov 18, 2024
1 parent 5e20e99 commit d4d9e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Create .env file
run: |
touch ./.env
echo ${{ secrets.ENV }} > ./.env
echo "${{ secrets.ENV }}" > ./.env
shell: bash

- name: Build Project
Expand Down

0 comments on commit d4d9e7b

Please sign in to comment.