diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e4f4e536..0c3ae5a2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/changelogs/internal/newsfragments/1648.bugfix b/changelogs/internal/newsfragments/1648.bugfix new file mode 100644 index 00000000..68bbd683 --- /dev/null +++ b/changelogs/internal/newsfragments/1648.bugfix @@ -0,0 +1 @@ +Fix github action workflow responsible for releasing of @matrix-org/spec package.