Попытка исправить ссылку на сообщество в Discord
Some checks failed
/ deploy (push) Has been cancelled
/ build (push) Has been cancelled

This commit is contained in:
Иван Кузьменко 2025-07-19 03:05:22 +03:00
parent 3c1d895d6e
commit 854e266ccb

View file

@ -33,7 +33,7 @@ jobs:
key: ${{ steps.tsru-npm.outputs.cache-primary-key }}
- name: Populate the .env file
run: echo PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }} >> .env
run: echo "PUBLIC_TS_DISCORD=${{ vars.PUBLIC_TS_DISCORD }}" >> .env
- name: Build frontend
run: npm run build