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
@@ -34,7 +34,7 @@ jobs:
|
||||
branch: build-dist
|
||||
force: true
|
||||
git_dir: .
|
||||
fork: true
|
||||
fork: false
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
|
||||
release-please-release:
|
||||
|
||||
Reference in New Issue
Block a user