Merge remote-tracking branch 'origin/main' into next

This commit is contained in:
Jakub Chrzanowski 2025-11-25 11:59:31 +01:00
commit 93e835087c
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B

View File

@ -73,7 +73,7 @@ jobs:
# Create a pull request # Create a pull request
- name: Create Pull Request - name: Create Pull Request
if: ${{ steps.properties.outputs.changelog != '' }} if: ${{ github.event.release.body != '' }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |