Skip to content

Commit

Permalink
Merge pull request #29 from ksv90/dev
Browse files Browse the repository at this point in the history
fix: test 3
  • Loading branch information
ksv90 authored Feb 25, 2024
2 parents f454399 + dc52fff commit 83111be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runs:
with:
standalone: true
run_install: false
# dest:

- name: Test pnpm-store
run: echo $PNPM_HOME
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PNPM_HOME: ./.pnpm-store

jobs:
publish:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PNPM_HOME: ./.pnpm-store

jobs:
changes-check:
Expand Down

0 comments on commit 83111be

Please sign in to comment.