From 744607d16cdeab5691b2d6741aeba6b1702c2966 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Wed, 8 Apr 2026 19:19:06 +0100 Subject: [PATCH] Fix workflow Signed-off-by: Simon Davies --- .github/workflows/npm-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index fb9608c..df3fc75 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -79,9 +79,7 @@ jobs: - name: Set package version working-directory: ${{ env.WORKING_DIR }} - run: npm version "$VERSION" --no-git-tag-version --allow-same-version - env: - VERSION: ${{ inputs.version }} + run: npm version "${{ inputs.version }}" --no-git-tag-version --allow-same-version - name: Install musl tools if: contains(matrix.target, 'musl')