Merge pull request 'fix: adding jq package' (#318) from staging into main
All checks were successful
Release to Production / build_and_release (push) Successful in 2m11s
All checks were successful
Release to Production / build_and_release (push) Successful in 2m11s
Reviewed-on: #318
This commit is contained in:
commit
a82cab36ef
@ -22,6 +22,7 @@ jobs:
|
|||||||
npm ci
|
npm ci
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install zip -y
|
apt-get install zip -y
|
||||||
|
apt-get install jq
|
||||||
|
|
||||||
- name: Create .env File
|
- name: Create .env File
|
||||||
run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env
|
run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user