From f11c5600a2c1e3d441642714c392fb945ce128bc Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 26 Sep 2023 19:08:02 +0100 Subject: [PATCH] Fix npm package release automation (#1648) --- .github/workflows/release.yaml | 1 + changelogs/internal/newsfragments/1648.bugfix | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelogs/internal/newsfragments/1648.bugfix 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.