Skip to content

Commit

Permalink
fix: cache package json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IkbelTalebHssan committed Dec 11, 2024
1 parent b4e4927 commit 866ef38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: 'package.json'

- name: Determine release type
id: determine-release
Expand Down Expand Up @@ -46,4 +47,4 @@ jobs:

- name: Publish to npm
if: env.release != 'none'
run: npm publish
run: npm publish

0 comments on commit 866ef38

Please sign in to comment.