ci: fix release branch name (#7)

This commit is contained in:
Vojtech Simetka 2022-11-24 17:25:15 +01:00 committed by GitHub
parent 814229ef90
commit fa05e0aacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ name: Release Github
on: on:
push: push:
branches: branches:
- master - main
jobs: jobs:
release-please: release-please:
@ -14,6 +14,5 @@ jobs:
- uses: GoogleCloudPlatform/release-please-action@v3 - uses: GoogleCloudPlatform/release-please-action@v3
id: release id: release
with: with:
token: ${{ secrets.REPO_GHA_PAT }}
release-type: node release-type: node
package-name: theoutlet package-name: theoutlet