From 8a50e2a2c95cac8e9bef84b2ef6d8f295f0105f1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 4 Sep 2021 14:07:58 +0200 Subject: :bug: fix release --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0bb5e33..da101642 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,20 +31,21 @@ jobs: with: node-version: 14 - run: | + npm config set ignore-scripts true cd util npm i npm run build npm pack cd ../api - npm i ../util/fosscord-util-1.0.0.tgz + npm i ../util/ npm run build npm pack cd ../cdn - npm i ../util/fosscord-util-1.0.0.tgz + npm i ../util/ npm run build npm pack cd ../gateway - npm i ../util/fosscord-util-1.0.0.tgz + npm i ../util/ npm run build npm pack cd ../bundle -- cgit 1.4.1