mirror of
https://github.com/acid-info/Kurate.git
synced 2025-01-13 01:14:12 +00:00
ci: fix release branch name (#7)
This commit is contained in:
parent
814229ef90
commit
fa05e0aacd
3
.github/workflows/release_github.yaml
vendored
3
.github/workflows/release_github.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user