From 2bb79ed581e49b5286faa42f220b68201ec929c1 Mon Sep 17 00:00:00 2001 From: Buffrr Date: Fri, 17 Apr 2026 19:55:40 +0200 Subject: [PATCH] fix(ci): allow same-version npm publish for react-native bindings --- .github/workflows/publish-react-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-react-native.yml b/.github/workflows/publish-react-native.yml index 9b5768f..0a3197b 100644 --- a/.github/workflows/publish-react-native.yml +++ b/.github/workflows/publish-react-native.yml @@ -56,7 +56,7 @@ jobs: if [[ ! "$GITHUB_REF" == refs/tags/* ]]; then VERSION="0.0.0-dev.$(date +%Y%m%d%H%M%S)" fi - npm version "$VERSION" --no-git-tag-version + npm version "$VERSION" --no-git-tag-version --allow-same-version - name: Install peer dependencies working-directory: bindings/react-native