Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
aooiuu committed Jul 13, 2024
1 parent 834deee commit 6797378
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- id: short_sha
run: echo "::set-output name=value::$(git rev-parse --short HEAD)"

- name: fix pnpm.cjs
if: matrix.os == 'windows-latest'
run: sed -i 's/\/usr\/bin\/env node/node/g' C:/Users/runneradmin/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/bin/pnpm.cjs
shell: bash
# - name: fix pnpm.cjs
# if: matrix.os == 'windows-latest'
# run: sed -i 's/\/usr\/bin\/env node/node/g' C:/Users/runneradmin/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/bin/pnpm.cjs
# shell: bash

- run: pnpm install
- run: pnpm run build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
# cache: pnpm
registry-url: "https://registry.npmjs.org"

- name: fix pnpm.cjs
if: matrix.os == 'windows-latest'
run: sed -i 's/\/usr\/bin\/env node/node/g' C:/Users/runneradmin/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/bin/pnpm.cjs
shell: bash
# - name: fix pnpm.cjs
# if: matrix.os == 'windows-latest'
# run: sed -i 's/\/usr\/bin\/env node/node/g' C:/Users/runneradmin/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/bin/pnpm.cjs
# shell: bash

- run: npx changelogithub
env:
Expand Down

0 comments on commit 6797378

Please sign in to comment.