This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user