Skip to content

Commit 2bff4fa

Browse files
kodroiclaude
andcommitted
chore: use verbose curl for website version update debugging
+semver: none Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent f74767c commit 2bff4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Update website version
9090
run: |
91-
curl -sf -X POST https://metreja.io/api/version \
91+
curl -v -X POST https://metreja.io/api/version \
9292
-H "Authorization: Bearer ${{ secrets.VERSION_UPDATE_SECRET }}" \
9393
-H "Content-Type: application/json" \
9494
-d '{"tag": "v${{ steps.gitversion.outputs.semVer }}"}'

0 commit comments

Comments
 (0)