Fix npm package release automation (#1648)

This commit is contained in:
Michael Telatynski 2023-09-26 19:08:02 +01:00 committed by GitHub
parent 99e2ff4927
commit f11c5600a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: "yarn"
cache-dependency-path: packages/npm/yarn.lock
registry-url: "https://registry.npmjs.org"
- name: 🔨 Install dependencies