Fixed ci action

This commit is contained in:
Kir_Antipov 2021-09-26 13:57:11 +03:00
parent 2fa488cdc0
commit 10f0854743

View file

@ -17,6 +17,8 @@ jobs:
- name: Execute tests
run: npm run test
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
- name: Build artifacts
run: npm run build