From 7129cf866e89c2222952485470ca83b2ef82be21 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 20 Jan 2025 16:34:34 +0100 Subject: [PATCH] .github/workflows/release: fix make dist step --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eeef67cb..035a849e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,7 @@ jobs: run: npm ci - name: Make dist + run: make dist # crate release, which will bump the version - name: Upstream release