Skip to content

Commit bbef35c

Browse files
committed
ci: do not publish auth-helpers-*
1 parent 386120a commit bbef35c

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -120,37 +120,8 @@ jobs:
120120
fi
121121
fi
122122
123-
echo "Publishing @supabase/ssr now..."
124-
125-
npm publish --provenance --tag "$DIST_TAG"
126-
127-
# Also publish under deprecated auth-helpers names for backward compatibility
128-
# This helps users still using the old packages (especially due to LLM recommendations)
129-
echo "Publishing under legacy auth-helpers names..."
130-
131-
# Publish as @supabase/auth-helpers-nextjs
132-
echo "Publishing as @supabase/auth-helpers-nextjs..."
133-
sed -i 's|"name": "@supabase/ssr"|"name": "@supabase/auth-helpers-nextjs"|g' package.json
134-
npm publish --provenance --tag "$DIST_TAG"
135-
136-
# Publish as @supabase/auth-helpers-react
137-
echo "Publishing as @supabase/auth-helpers-react..."
138-
sed -i 's|"name": "@supabase/auth-helpers-nextjs"|"name": "@supabase/auth-helpers-react"|g' package.json
139123
npm publish --provenance --tag "$DIST_TAG"
140124
141-
# Publish as @supabase/auth-helpers-remix
142-
echo "Publishing as @supabase/auth-helpers-remix..."
143-
sed -i 's|"name": "@supabase/auth-helpers-react"|"name": "@supabase/auth-helpers-remix"|g' package.json
144-
npm publish --provenance --tag "$DIST_TAG"
145-
146-
# Publish as @supabase/auth-helpers-sveltekit
147-
echo "Publishing as @supabase/auth-helpers-sveltekit..."
148-
sed -i 's|"name": "@supabase/auth-helpers-remix"|"name": "@supabase/auth-helpers-sveltekit"|g' package.json
149-
npm publish --provenance --tag "$DIST_TAG"
150-
151-
# Restore original package name for consistency
152-
sed -i 's|"name": "@supabase/auth-helpers-sveltekit"|"name": "@supabase/ssr"|g' package.json
153-
154125
- name: Create GitHub release and branches
155126
if: ${{ steps.release.outputs.release_created == 'true' || steps.release.outputs.prs_created == 'true' }}
156127
run: |

0 commit comments

Comments
 (0)