Browse Source

Merge branch 'master' into rc

Jonas Gloning 2 năm trước cách đây
mục cha
commit
42a47c11b2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/release.yml

+ 2 - 0
.github/workflows/release.yml

@@ -19,6 +19,8 @@ jobs:
           node-version: "lts/*"
       - name: Install dependencies
         run: npm ci
+      - name: Build
+        run: npm run build
       - name: Import GPG key
         id: import_gpg
         uses: crazy-max/ghaction-import-gpg@v5