mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 10:31:38 +02:00
build: support main branch
This commit is contained in:
3
.github/workflows/release-please.yaml
vendored
3
.github/workflows/release-please.yaml
vendored
@@ -2,12 +2,13 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- main
|
||||||
name: release-please
|
name: release-please
|
||||||
jobs:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: GoogleCloudPlatform/release-please-action@v1.2.1
|
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RELEASE_CLA_SIGNED }}
|
token: ${{ secrets.RELEASE_CLA_SIGNED }}
|
||||||
release-type: node
|
release-type: node
|
||||||
|
|||||||
Reference in New Issue
Block a user