Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slavkor committed Jul 10, 2024
1 parent 994d31d commit 93bbeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
node-version: "20"
cache: "npm"
cache-dependency-path: "./src/package-lock.json"
cache-dependency-path: "./package-lock.json"
registry-url: https://npm.pkg.github.com/

- name: Install packages
Expand Down

0 comments on commit 93bbeae

Please sign in to comment.