1
0
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:
Joaquin
2025-09-16 17:36:15 +02:00
parent e7b4dc933a
commit b1cf86a793

View File

@@ -73,5 +73,5 @@ jobs:
with:
token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
release-type: node
fork: true
fork: false
skip-github-release: true