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

This commit is contained in:
Sabir Hassan 2024-03-01 16:33:25 +05:00
parent 7d89f38720
commit fdcc72643b

View File

@ -21,7 +21,9 @@ jobs:
run: npm ci run: npm ci
- name: Create .env File - name: Create .env File
run: echo "VITE_MOST_POPULAR_RELAYS={{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env run: |
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