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