chore(deps): update dependencies and add release-please configuration

This commit is contained in:
Daniel Sogl
2025-06-07 14:56:32 +02:00
parent 47e1b6e597
commit 1e13573e4f
3 changed files with 2575 additions and 2 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ jobs:
echo "Version: ${{ steps.release.outputs.version }}"
echo "PR: ${{ steps.release.outputs.pr }}"
publish:
# Trigger the existing build and publish workflow when a release is created
build-and-publish:
runs-on: ubuntu-latest
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}