This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit_message: "Build dist for release ${{ github.ref_name }}"
|
commit_message: "Build dist for release ${{ github.ref_name }}"
|
||||||
file_pattern: dist/**
|
file_pattern: dist/**
|
||||||
branch: ${{ github.ref_name }}
|
branch: main # Push to main, not the tag
|
||||||
commit_user_name: github-actions[bot]
|
commit_user_name: github-actions[bot]
|
||||||
commit_user_email: github-actions[bot]@users.noreply.github.com
|
commit_user_email: github-actions[bot]@users.noreply.github.com
|
||||||
push: true
|
push: true
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
release-type: simple
|
release-type: simple
|
||||||
github-api-url: ${{ secrets.GITEA_API_URL }}
|
github-api-url: ${{ secrets.GITEA_API_URL }}
|
||||||
branch: ${{ github.ref_name }}
|
branch: main # Point to main branch
|
||||||
config-file: release-please-config.json
|
config-file: release-please-config.json
|
||||||
|
|
||||||
# 7️⃣ Create GitHub release with release notes
|
# 7️⃣ Create GitHub release with release notes
|
||||||
|
|||||||
Reference in New Issue
Block a user