diff --git a/.github/workflows/release-build-publish.yaml b/.github/workflows/release-build-publish.yaml index 045450a..5abb2c7 100644 --- a/.github/workflows/release-build-publish.yaml +++ b/.github/workflows/release-build-publish.yaml @@ -41,7 +41,7 @@ jobs: run: npm ci - name: Update Version Number - run: npm --no-git-tag-version version $VERSION + run: npm --no-git-tag-version --allow-same-version version $VERSION if: github.event_name == 'release' - name: NPM Build