From f5f1367a5194b7edabdeb85d9f50c67585b81677 Mon Sep 17 00:00:00 2001 From: wadii Date: Fri, 6 Mar 2026 15:20:26 +0700 Subject: [PATCH] fix: removed-react-native-publishing --- .github/workflows/publish-internal.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-internal.yml b/.github/workflows/publish-internal.yml index 531e30a..df298da 100644 --- a/.github/workflows/publish-internal.yml +++ b/.github/workflows/publish-internal.yml @@ -29,7 +29,6 @@ jobs: INTERNAL="${VERSION}-internal.${{ github.run_number }}" echo "Publishing version: $INTERNAL" cd lib/flagsmith && npm version $INTERNAL --no-git-tag-version - cd ../../lib/react-native-flagsmith && npm version $INTERNAL --no-git-tag-version - name: Build and test run: npm run build && npm test @@ -37,4 +36,3 @@ jobs: - name: Publish run: | cd lib/flagsmith && npm publish --tag internal --access public - cd ../../lib/react-native-flagsmith && npm publish --tag internal --access public