Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 4fe5ad5

Browse files
authored
fix: 윈도우 release 실패 수정 (#patch, #70)
1 parent 7b2f402 commit 4fe5ad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- name: install dependencies
8888
run: yarn install
8989
- name: set api endpoint
90+
shell: bash
9091
run: |
9192
if [[ "${{ github.event.inputs.tag }}" == *"qa"* ]]; then
9293
echo "VITE_API_SERVER_URL=${{ secrets.VITE_DEV_API_SERVER_URL }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)