We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ac9e2 commit 84a17d7Copy full SHA for 84a17d7
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,6 @@ jobs:
83
# 추출된 버전을 JSON 바디에 담아서 서버로 POST 요청 (minVersion은 필요시 추후 수정)
84
curl -X PATCH "${{ secrets.APP_VERSION_API_ADDRESS }}" \
85
-H "Content-Type: application/json" \
86
- -H "Authorization: Bearer empty_token_just_for_header" \
87
-d "{
88
\"minVersion\": \"1.0.0\",
89
\"currentVersion\": \"$APP_VERSION\"
0 commit comments