From 5fbefa485b191d6f689c82c5b2f4d5ca2824b0c0 Mon Sep 17 00:00:00 2001 From: linonetwo Date: Wed, 17 Jul 2024 22:04:49 +0800 Subject: [PATCH] v0.10.3-prerelease8 --- .github/workflows/release.yml | 18 +++++++----------- package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38cdab2d..9544f7ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: languages: javascript - name: Install dependencies (x64) - run: pnpm install + run: pnpm install && pnpm remove registry-js env: # for dugute, see node_modules/.pnpm/dugite@2.7.1/node_modules/dugite/script/config.js npm_config_arch: x64 @@ -129,12 +129,11 @@ jobs: with: version: 9 - - name: Get pnpm store directory - id: pnpm-cache - shell: bash - run: | - echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - + # - name: Get pnpm store directory + # id: pnpm-cache + # shell: bash + # run: | + # echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT # - uses: actions/cache@v3 # name: Setup pnpm cache # with: @@ -143,11 +142,8 @@ jobs: # restore-keys: | # ${{ runner.os }}-pnpm-store- - - name: Remove buggy dependencies - run: pnpm remove registry-js - - name: Install dependencies (x64) - run: pnpm install + run: pnpm install && pnpm remove registry-js env: npm_config_arch: x64 - name: Make macOS (x64) diff --git a/package.json b/package.json index e98f90d7..73cc677b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tidgi", "productName": "TidGi", "description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.", - "version": "0.10.3-prerelease7", + "version": "0.10.3-prerelease8", "license": "MPL 2.0", "scripts": { "start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean",