Fix npm package release automation (#1648)
This commit is contained in:
parent
99e2ff4927
commit
f11c5600a2
2 changed files with 2 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
cache-dependency-path: packages/npm/yarn.lock
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: "https://registry.npmjs.org"
|
||||||
|
|
||||||
- name: 🔨 Install dependencies
|
- 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…
Add table
Add a link
Reference in a new issue