Skip to content

Commit 746ff9d

Browse files
authored
[Chore] Change POST request to PATCH in release workflow
1 parent ef300bd commit 746ff9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "추출된 최신 버전: $APP_VERSION"
7676
7777
# 추출된 버전을 JSON 바디에 담아서 서버로 POST 요청 (minVersion은 필요시 추후 수정)
78-
curl -X POST "${{ secrets.APP_VERSION_API_ADDRESS }}" \
78+
curl -X PATCH "${{ secrets.APP_VERSION_API_ADDRESS }}" \
7979
-H "Content-Type: application/json" \
8080
-d "{
8181
\"minVersion\": \"1.0.0\",

0 commit comments

Comments
 (0)