Skip to content

Commit 1db45bd

Browse files
committed
fix: github action
1 parent c26c719 commit 1db45bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
-H "Content-Type: application/zip" \
9999
--data-binary @"$ZIP_NAME"
100100
101-
- name: Insert release metadata into Supabase
101+
- name: Insert release metadata
102102
env:
103103
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
104104
SUPABASE_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
@@ -108,7 +108,7 @@ jobs:
108108
-H "apikey: $SUPABASE_KEY" \
109109
-H "Authorization: Bearer $SUPABASE_KEY" \
110110
-H "Content-Type: application/json" \
111-
-H "Accept-Profile: scripts" \
111+
-H "Content-Profile: scripts" \
112112
-d "$DATA"
113113
114114

0 commit comments

Comments
 (0)