mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix npm package release automation (#1648)
This commit is contained in:
parent
99e2ff4927
commit
f11c5600a2
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
changelogs/internal/newsfragments/1648.bugfix
Normal file
1
changelogs/internal/newsfragments/1648.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix github action workflow responsible for releasing of @matrix-org/spec package.
|
||||
Loading…
Reference in a new issue