From 546907bb12e21f1e20f613410c7a371cbd596f1f Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:34:01 +0100 Subject: [PATCH] ci: fix release command `npm run release` was something that I didn't include in the end, but I forgot to change it back here --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df2f7c4f..852c3e32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: id: release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npm run release + run: npx semantic-release - name: Post release notes to OpenCollective if: steps.release.outputs.new_release_published == 'true' env: