mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 02:27:48 +02:00
ci: set fork option to false in release-please.yaml
This commit is contained in:
2
.github/workflows/release-please.yaml
vendored
2
.github/workflows/release-please.yaml
vendored
@@ -73,5 +73,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
|
token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
fork: true
|
fork: false
|
||||||
skip-github-release: true
|
skip-github-release: true
|
||||||
Reference in New Issue
Block a user