chore: fix workflow
All checks were successful
Release / build_and_release (push) Successful in 44s

This commit is contained in:
Sabir Hassan 2024-03-01 16:35:23 +05:00
parent fdcc72643b
commit 560cf84799

View File

@ -21,9 +21,7 @@ jobs:
run: npm ci
- name: Create .env File
run: |
echo ${{ vars.VITE_MOST_POPULAR_RELAYS }}
echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env
run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env
- name: Create Build
run: npm run build