Skip to content

Commit

Permalink
Fix npm package release automation (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Sep 26, 2023
1 parent 99e2ff4 commit f11c560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelogs/internal/newsfragments/1648.bugfix
@@ -0,0 +1 @@
Fix github action workflow responsible for releasing of @matrix-org/spec package.

0 comments on commit f11c560

Please sign in to comment.