Skip to content

Commit c7b636d

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/develop'
2 parents 1c9c31b + 6b4d72f commit c7b636d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
# 추출된 버전을 JSON 바디에 담아서 서버로 POST 요청 (minVersion은 필요시 추후 수정)
7878
curl -X PATCH "${{ secrets.APP_VERSION_API_ADDRESS }}" \
7979
-H "Content-Type: application/json" \
80+
-H "Authorization: Bearer empty_token_just_for_header" \
8081
-d "{
8182
\"minVersion\": \"1.0.0\",
8283
\"currentVersion\": \"$APP_VERSION\"

0 commit comments

Comments
 (0)