Skip to content

Commit

Permalink
v0.10.3-prerelease8
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jul 17, 2024
1 parent c52dd75 commit 5fbefa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/node_modules/dugite/script/config.js
npm_config_arch: x64
Expand Down Expand Up @@ -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:
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5fbefa4

Please sign in to comment.