Skip to content

Commit b3f8db1

Browse files
authored
fix: .env 의존성 버그 수정 7차 수정
1 parent 762fe4a commit b3f8db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
touch ../.env
3030
echo "GITHUB_REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ../.env
31+
3132
3233
- name: Setup Node.js
3334
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)