We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef300bd commit 746ff9dCopy full SHA for 746ff9d
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
echo "추출된 최신 버전: $APP_VERSION"
76
77
# 추출된 버전을 JSON 바디에 담아서 서버로 POST 요청 (minVersion은 필요시 추후 수정)
78
- curl -X POST "${{ secrets.APP_VERSION_API_ADDRESS }}" \
+ curl -X PATCH "${{ secrets.APP_VERSION_API_ADDRESS }}" \
79
-H "Content-Type: application/json" \
80
-d "{
81
\"minVersion\": \"1.0.0\",
0 commit comments