summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-04 14:07:58 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-04 14:07:58 +0200
commita632e4ad86381ab6c46a81171643d643e31f3640 (patch)
tree3012f4907b1ec4d249c91bea4f53f5e434dd1abe
parentMerge pull request #320 from AlTech98/master (diff)
downloadserver-a632e4ad86381ab6c46a81171643d643e31f3640.tar.xz
:bug: fix release
-rw-r--r--.github/workflows/release.yml7
1 files changed, 4 insertions, 3 deletions
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