Skip to content

Commit

Permalink
ci: dropped useless stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Feb 22, 2024
1 parent 9bd386c commit 4fa7941
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ jobs:
- name: Fix PNPM to run build
shell: pwsh
run: |
C:\Users\runneradmin\setup-pnpm\node_modules\.bin\
C:\Users\runneradmin\setup-pnpm\node_modules\.pnpm\pnpm@8.15.3\node_modules\pnpm\bin\pnpm.cjs
$root_path = "${{steps.install-pnpm.outputs.bin_dest}}/../.pnpm/"
Get-ChildItem -Path $root_path -Recurse -Filter "pnpm.cjs" | ForEach-Object {
$pnpmcjs = $_.FullName
Expand Down

0 comments on commit 4fa7941

Please sign in to comment.