Compare commits

..

2 Commits

Author SHA1 Message Date
b
0834e52316 Merge branch 'main' into staging
Some checks failed
Release to Staging / build_and_release (push) Has been cancelled
2025-01-31 22:19:51 +00:00
b
673516e3ce fix: adding jq package
Some checks failed
Release to Staging / build_and_release (push) Has been cancelled
2025-01-31 22:17:55 +00:00

View File

@ -22,6 +22,7 @@ jobs:
npm ci
apt-get update
apt-get install zip -y
apt-get install jq
- name: Create .env File
run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env