From e3929bb2726461b310e9baf8c5e862628923fb19 Mon Sep 17 00:00:00 2001 From: Luke Lombardi <33990301+luke-lombardi@users.noreply.github.com> Date: Sat, 13 Jun 2026 11:58:12 -0700 Subject: [PATCH] fix release --- .github/workflows/npm-publish.yml | 18 +++++++++--------- package-lock.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e991b22..a91537f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -43,14 +43,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Build - run: npm run build - - - name: Configure git - run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' - - name: Set version from release tag run: | if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then @@ -61,7 +53,15 @@ jobs: VERSION=${VERSION#refs/tags/} fi echo "Setting version to $VERSION" - npm version $VERSION --no-git-tag-version + npm version "$VERSION" --no-git-tag-version --allow-same-version + + - name: Build + run: npm run build + + - name: Configure git + run: | + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' - name: Publish to npm run: | diff --git a/package-lock.json b/package-lock.json index d4e7a12..325898a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@beamcloud/beam-js", - "version": "1.0.0-rc.25", + "version": "1.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@beamcloud/beam-js", - "version": "1.0.0-rc.25", + "version": "1.0.11", "license": "MIT", "dependencies": { "archiver": "^7.0.1",