mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-25 01:41:05 -05:00
Fixed ci action
This commit is contained in:
parent
2fa488cdc0
commit
10f0854743
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
env:
|
||||||
|
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||||
|
|
||||||
- name: Build artifacts
|
- name: Build artifacts
|
||||||
run: npm run build
|
run: npm run build
|
Loading…
Reference in a new issue