Change in commits.
Release Bundled Action / release (push) Failing after 1m14s

This commit is contained in:
2025-11-19 11:22:51 -05:00
parent 295105e0f2
commit 9879b5336c
+2 -2
View File
@@ -33,7 +33,7 @@ jobs:
with:
commit_message: "Build dist for release ${{ github.ref_name }}"
file_pattern: dist/**
branch: ${{ github.ref_name }}
branch: main # Push to main, not the tag
commit_user_name: github-actions[bot]
commit_user_email: github-actions[bot]@users.noreply.github.com
push: true
@@ -46,7 +46,7 @@ jobs:
token: ${{ secrets.GITEA_TOKEN }}
release-type: simple
github-api-url: ${{ secrets.GITEA_API_URL }}
branch: ${{ github.ref_name }}
branch: main # Point to main branch
config-file: release-please-config.json
# 7️⃣ Create GitHub release with release notes