Fix npm package release automation (#1648)

pull/1637/head^2
Michael Telatynski 8 months ago committed by GitHub
parent 99e2ff4927
commit f11c5600a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -0,0 +1 @@
Fix github action workflow responsible for releasing of @matrix-org/spec package.
Loading…
Cancel
Save