diff --git a/.github/workflows/relaseNewVersion.yml b/.github/workflows/relaseNewVersion.yml index 02d39bc..45cb7db 100644 --- a/.github/workflows/relaseNewVersion.yml +++ b/.github/workflows/relaseNewVersion.yml @@ -30,6 +30,10 @@ jobs: run: npm install working-directory: Frontend + - name: Create .env file + run: echo "VITE_APP_WEBSOCKET_IP=localhost" > .env + working-directory: Frontend + - name: Build Frontend run: npm run build working-directory: Frontend