mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 00:11:14 +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:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
name: release-please
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: GoogleCloudPlatform/release-please-action@v1.2.1
|
||||
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_CLA_SIGNED }}
|
||||
release-type: node
|
||||
|
||||
Reference in New Issue
Block a user