correction pb sync

This commit is contained in:
2026-05-25 06:44:33 +02:00
parent d460b8f518
commit eb8d8fe4f0
+3
View File
@@ -18,6 +18,9 @@ jobs:
fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }}
- name: Install curl
run: apk add --no-cache curl
- name: Create PR release → develop
run: |
RELEASE_BRANCH="${{ github.event.pull_request.head.ref }}"