1
0
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:
bcoe
2020-06-16 17:40:40 -07:00
parent 6e3d39bf69
commit 6b1ad0b287

View File

@@ -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