mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 00:31:35 +02:00
fix(build): release from fork
This commit is contained in:
3
.github/workflows/release-please.yaml
vendored
3
.github/workflows/release-please.yaml
vendored
@@ -7,8 +7,9 @@ jobs:
|
|||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: GoogleCloudPlatform/release-please-action@v2.0.0
|
- uses: GoogleCloudPlatform/release-please-action@v2.3.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RELEASE_PR_TOKEN }}
|
token: ${{ secrets.RELEASE_PR_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
|
fork: true
|
||||||
package-name: release-please-action
|
package-name: release-please-action
|
||||||
|
|||||||
Reference in New Issue
Block a user