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:27:33 +05:00
parent e1ffdfec4c
commit 7d89f38720

View File

@ -20,6 +20,9 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Create .env File
run: echo "VITE_MOST_POPULAR_RELAYS={{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env
- name: Create Build
run: npm run build