Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Mar 10, 2024
1 parent 0c38535 commit 65935d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
GH_TOKEN: ${{ secrets.PAT_G_H }}

- name: Install Utils Deps
run: pnpm install
run: npm i -g pnpm; pnpm install
working-directory: utils

- name: Create Release
Expand Down

0 comments on commit 65935d7

Please sign in to comment.