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 run: npm ci
- name: Create .env File - name: Create .env File
run: | run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env
echo ${{ vars.VITE_MOST_POPULAR_RELAYS }}
echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env
- name: Create Build - name: Create Build
run: npm run build run: npm run build